Information about plays

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

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

{
    "id": 3634001,
    "uri": "https://api.kexp.org/v2/plays/3634001/?format=api",
    "airdate": "2026-03-26T19:26:05-07:00",
    "show": 66287,
    "show_uri": "https://api.kexp.org/v2/shows/66287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Unathi",
    "track_id": null,
    "recording_id": "ad4f1096-5d26-4bbd-9008-afb64459c57a",
    "artist": "El Michels Affair feat. Piya Malik",
    "artist_ids": [
        "dbf0a5c5-3665-4495-b13b-99438a6a0900",
        "902037e5-5102-4e0d-956c-fbac7ac5d9f9"
    ],
    "album": "Yeti Season",
    "release_id": null,
    "release_group_id": "a04b849a-81ee-4a9d-b419-7eb39c8212ef",
    "labels": [
        "Big Crown Records"
    ],
    "label_ids": [
        "d730a8be-1452-4c0d-9262-cf4f25f45120"
    ],
    "release_date": "2021-03-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "El Michels Affair is an American cinematic soul group led by musician and producer Leon Michels. From Yeti Season, EMA's third album containing everything we've come to expect from EMA’s patented cinematic style of instrumental soul music. Piya Malik, who would later become a founding member of trio Say She She, sings in Hindi on this song and appears on three other songs on this album.\n\nhttps://elmichelsaffair.bandcamp.com/album/yeti-season",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}