Putting that into the "always" wrapper block, without any other associated logic isn't a good idea. By doing that, you're telling the system to play that sound every frame, no matter what.
If you only want the sound to play under certain conditions - you'll have to specify those conditions by using other logic. If you want this to be the background music, just move that block to the "when created" wrapper and it will only play once.