Information about plays

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

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

{
    "id": 3638673,
    "uri": "https://api.kexp.org/v2/plays/3638673/?format=api",
    "airdate": "2026-04-06T15:40:14-07:00",
    "show": 66384,
    "show_uri": "https://api.kexp.org/v2/shows/66384/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blue Monday",
    "track_id": "f7c281a4-f182-3db5-aa37-c343290bfd1c",
    "recording_id": "9aa2be7b-8fb0-4187-bce4-9bb4e84815fc",
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Retro",
    "release_id": "72dee28e-f18c-4dd2-abad-dd87926f789d",
    "release_group_id": "54033a32-d1ed-39d9-9225-0174be5b9689",
    "labels": [
        "Warner Music UK Ltd."
    ],
    "label_ids": [
        "03ac1af2-2bbf-41e7-b9e4-5f4ec51e38a8"
    ],
    "release_date": "2008-11-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Dean!\n\nNew Order came up with the rhythm of this song when they were experimenting with a new Oberheim DMX drum machine. Peter Hook explained: \"Bernard [Sumner] and Stephen [Morris] were the instigators. It was their enthusiasm for new technology. The drum pattern was ripped off from a Donna Summer B-side.\" (The song also samples Kraftwerk's \"Uranium.\").",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}