Information about plays

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

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

{
    "id": 3559155,
    "uri": "https://api.kexp.org/v2/plays/3559155/?format=api",
    "airdate": "2025-09-29T08:25:14-07:00",
    "show": 64699,
    "show_uri": "https://api.kexp.org/v2/shows/64699/?format=api",
    "image_uri": "https://ia803204.us.archive.org/3/items/mbid-a829531e-06fd-307b-a5b1-0f04481984a1/mbid-a829531e-06fd-307b-a5b1-0f04481984a1-4381238167_thumb500.jpg",
    "thumbnail_uri": "https://ia903204.us.archive.org/3/items/mbid-a829531e-06fd-307b-a5b1-0f04481984a1/mbid-a829531e-06fd-307b-a5b1-0f04481984a1-4381238167_thumb250.jpg",
    "song": "Hummer",
    "track_id": "cff70b9c-cab8-30ed-8278-d58a74c0f640",
    "recording_id": "af02bd48-8c3a-4e9b-b9d2-6a21e6bcf32d",
    "artist": "Smashing Pumpkins",
    "artist_ids": [
        "ba0d6274-db14-4ef5-b28d-657ebde1a396"
    ],
    "album": "Siamese Dream",
    "release_id": "a829531e-06fd-307b-a5b1-0f04481984a1",
    "release_group_id": "a159e102-18bb-42ca-a59e-5f96a7eff241",
    "labels": [
        "Hut Recordings"
    ],
    "label_ids": [
        "3dc55be1-e308-4b62-b0ac-7ddcf2845b91"
    ],
    "release_date": "1993-07-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On a discussion of the song, Jim Connelly writes, \"“Hummer” doesn’t really have a chorus: instead, it wanders — alternating loud parts with quiet parts, as was the law in 1993 — from verse to verse to verse, Billy Corgan usually singing with his indoor voice. So, I really don’t know what “Hummer” is about, given that the only words from the early part I know is “when I woke up from that sleep / I was happier that I’d ever been” and that’s probably only because he he screams it.\"\n\nhttps://medialoper.com/certain-songs-2271-the-smashing-pumpkins-hummer/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}