Future<String> play() { final data = XmlText.playActionXml(); return request('Play', Utf8Encoder().convert(data)); }