Create AppleScript:
do shell script "/usr/local/bin/wget http://localhost:8800/play --spider"
Save as Application. In Applications folder find Info.plist and add these lines, so Application will not show in Dock:
<key>NSUIElement</key>
<string>1</string>