Play music playing on the MPD server

Property definitions

mpd $ MPDConnection :: play
	# Play music playing on the MPD server
	fun play do write_and_check("play\n")
lib/mpd/mpd.nit:151,2--152,38