Information about plays

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

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

{
    "id": 3601750,
    "uri": "https://api.kexp.org/v2/plays/3601750/?format=api",
    "airdate": "2026-01-08T07:55:36-08:00",
    "show": 65594,
    "show_uri": "https://api.kexp.org/v2/shows/65594/?format=api",
    "image_uri": "https://coverartarchive.org/release/fa48c4d5-6d0a-492d-b91f-4a1f70d274f2/26856287557-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fa48c4d5-6d0a-492d-b91f-4a1f70d274f2/26856287557-250.jpg",
    "song": "Heroes (the double secret probation English, French, German REMIX)",
    "track_id": null,
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "“Heroes”",
    "release_id": null,
    "release_group_id": "1f5ef8d3-10ca-30eb-b41e-85b16987d412",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1977-10-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After co-producing Iggy Pop's Lust For Life, Bowie was inspired to use the same G-D chord sequence he'd used for Pop's \"Success.\" \n\nHe recorded the album at Hansa Studio 2 in West Berlin, a former concert hall converted into a recording studio that had been used by Gestapo officers during World War II as a ballroom and was located about 500 yards from the Berlin Wall.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}