> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vobiz.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Play music

> Example of the Vobiz Play XML element - fetches and plays the audio file Trumpet.mp3 to the active caller on an incoming or outbound call leg.

This example plays the audio file Trumpet.mp3 to the caller.

## Example Request

```xml theme={null}
<?xml version="1.0" encoding="UTF-8"?>
<Response>
    <Play>https://audio.com/example.mp3</Play>
</Response>
```
