Information about plays

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

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

{
    "id": 3657118,
    "uri": "https://api.kexp.org/v2/plays/3657118/?format=api",
    "airdate": "2026-05-20T06:04:57-07:00",
    "show": 66765,
    "show_uri": "https://api.kexp.org/v2/shows/66765/?format=api",
    "image_uri": "https://dn710704.ca.archive.org/0/items/mbid-0d390fea-3c2d-487d-a40c-19e166148203/mbid-0d390fea-3c2d-487d-a40c-19e166148203-16165823415_thumb500.jpg",
    "thumbnail_uri": "https://ia802902.us.archive.org/31/items/mbid-0d390fea-3c2d-487d-a40c-19e166148203/mbid-0d390fea-3c2d-487d-a40c-19e166148203-16165823415_thumb250.jpg",
    "song": "Fairytale in the Supermarket",
    "track_id": "c4741c69-e39a-32ce-925e-1fca6933aae1",
    "recording_id": "94a1e192-afd2-4598-8583-2ccd86d9fed0",
    "artist": "The Raincoats",
    "artist_ids": [
        "42201355-08b7-43b6-a7b8-866f612e1600"
    ],
    "album": "Left of the Dial: Dispatches From the 80s Underground",
    "release_id": "0d390fea-3c2d-487d-a40c-19e166148203",
    "release_group_id": "912cbf3f-77f5-3290-b8ce-d2611feb7f20",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2004-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kurt Cobain listed the Raincoats debut album at No. 20 in his 50 favorite albums.  You can find out more about this by tuning into KEXP podcast, The Cobain 50, which just wrapped up last month.\n\nhttps://www.kexp.org/podcasts/cobain50/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}