You can add a variable and start counting up when starting the game(by adding dt into it)
And a variable that checking that song is played or not.
If time >= 10
AND isPlayed == 0
*sub-condition* Is Song is NOT playing ->> Play Song
->> Set isPlayed to 1
Cheers