Information about plays

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

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

{
    "id": 3632768,
    "uri": "https://api.kexp.org/v2/plays/3632768/?format=api",
    "airdate": "2026-03-23T14:50:03-07:00",
    "show": 66261,
    "show_uri": "https://api.kexp.org/v2/shows/66261/?format=api",
    "image_uri": "https://dn710700.ca.archive.org/0/items/mbid-7d13c434-1c49-4d7f-b164-a5247108af01/mbid-7d13c434-1c49-4d7f-b164-a5247108af01-19918667556_thumb500.jpg",
    "thumbnail_uri": "https://dn710700.ca.archive.org/0/items/mbid-7d13c434-1c49-4d7f-b164-a5247108af01/mbid-7d13c434-1c49-4d7f-b164-a5247108af01-19918667556_thumb250.jpg",
    "song": "Very Ape",
    "track_id": "91716abe-beb5-440e-a879-40b468af1790",
    "recording_id": "7a148826-c063-47b5-bba9-9c567d9d2b84",
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "In Utero",
    "release_id": "5bf8a5f8-12c7-4806-a84f-284f05447472",
    "release_group_id": "2a0981fb-9593-3019-864b-ce934d97a16e",
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "2013-09-24",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Off the band's third and final studio album.\n\nHave you listened to KEXP's podcast, The Cobain 50? Every week, hosts Dusty Henry and Martin Douglas dug into one of the 50 albums Kurt Cobain noted as major influences. https://www.kexp.org/podcasts/cobain50/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}