Why should it go back to the first frame by default?
You play an animation from frame 0 to frame n... then the animation stop (unless you made it loop) so it's logicall that it stop at the end.. the frame n.
If you want the animation to go back to frame 0, you should have an event that tell it so.
On animation finished -> set frame to 0.