<Response> <Play>https://s3.amazonaws.com/plivocloud/Trumpet.mp3</Play> </Response>
from plivo import plivoxml response = plivoxml.ResponseElement() response.add(plivoxml.PlayElement('https://s3.amazonaws.com/Trumpet.mp3')) print(response.to_string())