Information about plays

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

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

{
    "id": 3600921,
    "uri": "https://api.kexp.org/v2/plays/3600921/?format=api",
    "airdate": "2026-01-06T08:22:44-08:00",
    "show": 65578,
    "show_uri": "https://api.kexp.org/v2/shows/65578/?format=api",
    "image_uri": "https://ia800207.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": "It Ain’t Easy",
    "track_id": "2a9c1062-6a41-300d-8e68-aa17a0ebb059",
    "recording_id": "df367f8e-3f2d-4f37-84c7-5e6617e16258",
    "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": "David Bowie's 'The Rise and Fall of Ziggy Stardust and the Spiders from Mars' is our album of the week!\n\nThis is David Bowie's cover version of Louisiana-born and Pacific Northwest-raised songwriter Ron Davies’ gritty blues standard “It Ain’t Easy.\" For comparison, here's the original: https://www.youtube.com/watch?v=BVdUg6Rt3MM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}