Information about plays

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

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

{
    "id": 3633226,
    "uri": "https://api.kexp.org/v2/plays/3633226/?format=api",
    "airdate": "2026-03-24T19:50:32-07:00",
    "show": 66271,
    "show_uri": "https://api.kexp.org/v2/shows/66271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ausencia",
    "track_id": null,
    "recording_id": "52e97d85-1aa5-45e0-82c9-1b3460c31a47",
    "artist": "Cesária Évora",
    "artist_ids": [
        "ceafdf2f-bc18-4b99-8c71-d1834b0065c3"
    ],
    "album": "CVesaria Evora &",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "With Goran Bregovic\n\nEvora was born and raised on the island of São Vicente, Cape Verde, off the west coast of Africa. She sang in Creole-Portuguese, usually accompanied by guitar, piano, or the cavaquinho, a four-stringed instrument similar to a ukulele.\n\nRead more about Evora's life here: https://tinyurl.com/57bss2as",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}