Information about plays

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

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

{
    "id": 3602166,
    "uri": "https://api.kexp.org/v2/plays/3602166/?format=api",
    "airdate": "2026-01-09T08:24:37-08:00",
    "show": 65602,
    "show_uri": "https://api.kexp.org/v2/shows/65602/?format=api",
    "image_uri": "https://ia600207.us.archive.org/28/items/mbid-85f61d36-afa0-3977-9b0e-45329574175b/mbid-85f61d36-afa0-3977-9b0e-45329574175b-23680963656_thumb500.jpg",
    "thumbnail_uri": "https://ia800207.us.archive.org/28/items/mbid-85f61d36-afa0-3977-9b0e-45329574175b/mbid-85f61d36-afa0-3977-9b0e-45329574175b-23680963656_thumb250.jpg",
    "song": "Rock ’n’ Roll Suicide",
    "track_id": "12317fd2-58cd-35ae-9da4-66157cbed93e",
    "recording_id": "4e09e693-ee84-462f-9d21-c5cecccdc5ac",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "The Rise and Fall of Ziggy Stardust and the Spiders From Mars",
    "release_id": "85f61d36-afa0-3977-9b0e-45329574175b",
    "release_group_id": "6c9ae3dd-32ad-472c-96be-69d0a3536261",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1990-06-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Ziggy Stardust\" is our Album of the Week! \n--\nThis is about the collapse of Bowie's persona, Ziggy Stardust. This song closes \"The Rise and Fall of Ziggy Stardust\" and the Spiders from Mars and would also mark the climax of the Ziggy Stardust concerts between 1972-1973.\n--\nDon't miss the official video of Bowie's live performance: https://www.youtube.com/watch?v=lJQf-gcG-g4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}