You want to load your sound in the setup()
function: that’s made for it.
What you are currently doing right now is loading your song over and over every time you want to play it.
Instead create a global variable, load it in setup and play it when needed.