Information about plays

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

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

{
    "id": 3655934,
    "uri": "https://api.kexp.org/v2/plays/3655934/?format=api",
    "airdate": "2026-05-17T12:17:18-07:00",
    "show": 66742,
    "show_uri": "https://api.kexp.org/v2/shows/66742/?format=api",
    "image_uri": "https://dn721604.ca.archive.org/0/items/mbid-5ac34c08-066f-4efc-a506-b3dd73ddd2cb/mbid-5ac34c08-066f-4efc-a506-b3dd73ddd2cb-26256645206_thumb500.jpg",
    "thumbnail_uri": "https://dn721604.ca.archive.org/0/items/mbid-5ac34c08-066f-4efc-a506-b3dd73ddd2cb/mbid-5ac34c08-066f-4efc-a506-b3dd73ddd2cb-26256645206_thumb250.jpg",
    "song": "Now I'm in It",
    "track_id": "0e4ef809-4e32-40bf-bce2-91fe0e43b5a3",
    "recording_id": "23956048-c83a-4ffa-9126-414746aba836",
    "artist": "HAIM",
    "artist_ids": [
        "aef06569-098f-4218-a577-b413944d9493"
    ],
    "album": "Women in Music Pt. III",
    "release_id": "166c7be8-d116-494b-aa23-e6e7aa635c84",
    "release_group_id": "08512dc1-1b27-4dd4-92f5-fcb2fec576d3",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2020-06-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Haim said in a statement, \"Now i’m in it is about going through it. A depression. not leaving the house type of shit. for my sisters and i, there have been times in our lives where we have felt like we are stuck in a dark hole. This track speaks to that emotion.\" https://bit.ly/2Pn32OY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}