Parsing server data while playing .wav file with Arduino Wave Shield

int delayOff = 900000;

You need a bigger shoehorn. Look at the range of values you can store in an int. 900,000 won't even come close to fitting.

int delaySong = 60000;

Nor will 60,000.