<Response>
<Play>https://s3.amazonaws.com/plivocloud/Trumpet.mp3</Play>
</Response>
<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())
<Response>
<Play>https://s3.amazonaws.com/plivocloud/Trumpet.mp3</Play>
</Response>