Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3560499/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3560499,
    "uri": "https://api.kexp.org/v2/plays/3560499/?format=api",
    "airdate": "2025-10-02T15:29:34-07:00",
    "show": 64726,
    "show_uri": "https://api.kexp.org/v2/shows/64726/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "It makes me really proud to get to this level by speaking in Spanish, and not only in Spanish, in the Spanish we speak in Puerto Rico, without changing my accent. --Bad Bunny",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}