Information about plays

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

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

{
    "id": 3633254,
    "uri": "https://api.kexp.org/v2/plays/3633254/?format=api",
    "airdate": "2026-03-24T21:37:04-07:00",
    "show": 66271,
    "show_uri": "https://api.kexp.org/v2/shows/66271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lost in the Supermarket",
    "track_id": null,
    "recording_id": "08674e95-3646-4e55-a5f4-d024d57ae8dc",
    "artist": "Emir Kusturica & The No Smoking Orchestra",
    "artist_ids": [
        "76dc461d-2503-4b24-a187-930cfd139243"
    ],
    "album": "Another World Is Possible",
    "release_id": null,
    "release_group_id": "71757fda-33a2-3d95-ab22-ad37c5e4981f",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Serbia. A grimy cover of the Clash from Serbian filmmaker, actor and musician Emir Kusturica and his No Smoking Orchestra. Emir lives in Drvengrad, a town that was constructed for one of his films.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}