Information about plays

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

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

{
    "id": 3666290,
    "uri": "https://api.kexp.org/v2/plays/3666290/?format=api",
    "airdate": "2026-06-10T19:04:14-07:00",
    "show": 66955,
    "show_uri": "https://api.kexp.org/v2/shows/66955/?format=api",
    "image_uri": "https://coverartarchive.org/release/b7df43c1-f212-4f69-aafa-1e5149a362ed/35538798086-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b7df43c1-f212-4f69-aafa-1e5149a362ed/35538798086-250.jpg",
    "song": "You Said / But I've Got My Way",
    "track_id": null,
    "recording_id": "518a12c4-4680-444b-ad12-cb7d0c91a5cf",
    "artist": "Erik",
    "artist_ids": [
        "e5194387-c3b2-4940-aebe-4e8feb32ff7c"
    ],
    "album": "Look Where I Am",
    "release_id": null,
    "release_group_id": "2fe77ea4-7807-45d8-acdc-8c953f8a4749",
    "labels": [
        "Vanguard"
    ],
    "label_ids": [
        "40998461-7dfe-4fe1-8ece-8547438c4938"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Erik Heller only released one album, 1968s Look Where I Am. It was written by Erik and produced by Samuel Charters. You Said/But I’ve Got My Way is very different from much of Look Where I Am. It’s a six minute epic, where screeching, searing guitar riff. It emulates the paranoia that Erik’s singing about. Dramatic, disturbing and decidedly trippy, it’s a hidden psychedelic gem from the Vanguard vaults.\"\n\nhttps://dereksmusicblog.com/2014/11/29/follow-me-down-vanguards-lost-psychedelic-era-1966-70/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}