Information about plays

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

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

{
    "id": 3559641,
    "uri": "https://api.kexp.org/v2/plays/3559641/?format=api",
    "airdate": "2025-09-30T12:41:14-07:00",
    "show": 64709,
    "show_uri": "https://api.kexp.org/v2/shows/64709/?format=api",
    "image_uri": "https://ia601601.us.archive.org/32/items/mbid-5b54c0bf-ad51-4a9b-afcf-2beff375f1ce/mbid-5b54c0bf-ad51-4a9b-afcf-2beff375f1ce-17613347983_thumb500.jpg",
    "thumbnail_uri": "https://ia601601.us.archive.org/32/items/mbid-5b54c0bf-ad51-4a9b-afcf-2beff375f1ce/mbid-5b54c0bf-ad51-4a9b-afcf-2beff375f1ce-17613347983_thumb250.jpg",
    "song": "Holding On",
    "track_id": "cccecf2b-b031-435c-8658-ca77b115c002",
    "recording_id": "c236b3db-9233-4246-af8e-4a8357f0a313",
    "artist": "The War on Drugs",
    "artist_ids": [
        "87b9b3b8-ab93-426c-a200-4012d667a626"
    ],
    "album": "A Deeper Understanding",
    "release_id": "5b54c0bf-ad51-4a9b-afcf-2beff375f1ce",
    "release_group_id": "a08e02b3-f076-42c2-9a6a-374e15eda4fe",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2017-08-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here are two extraordinary performances by The War on Drugs in the KEXP studio.  The first, in 2014, of music from \"Lost in the Dream,\" absolutely stunned Cheryl: https://www.youtube.com/watch?v=jbzV2Y06G-E \n--\nThe second performance, in 2017, included this song, \"Holding On\": https://www.youtube.com/watch?v=IcxWyfGR-2A",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}