Remember to put all functionality in separate functions - that makes copying them into other code a lot easier.
In your case start with an mp3 player example, maybe modify it a bit (move player code into a separate function) and then you can just copy the relevant function into your sketch.