Information about plays

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

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

{
    "id": 3667469,
    "uri": "https://api.kexp.org/v2/plays/3667469/?format=api",
    "airdate": "2026-06-13T18:53:11-07:00",
    "show": 66981,
    "show_uri": "https://api.kexp.org/v2/shows/66981/?format=api",
    "image_uri": "https://dn711101.ca.archive.org/0/items/mbid-035128ba-4ef6-479f-940f-5a8ca92500b1/mbid-035128ba-4ef6-479f-940f-5a8ca92500b1-21610728968_thumb500.jpg",
    "thumbnail_uri": "https://dn711101.ca.archive.org/0/items/mbid-035128ba-4ef6-479f-940f-5a8ca92500b1/mbid-035128ba-4ef6-479f-940f-5a8ca92500b1-21610728968_thumb250.jpg",
    "song": "Oil Show",
    "track_id": "774be6cf-d82d-4bf3-b00c-b34887dff780",
    "recording_id": "eb361654-8e21-4539-a07a-59a65872ecd1",
    "artist": "Radiation City",
    "artist_ids": [
        "8ee36bb2-5658-4bf2-99d0-df99df4b2a38"
    ],
    "album": "Synesthetica",
    "release_id": "035128ba-4ef6-479f-940f-5a8ca92500b1",
    "release_group_id": "cb5ff1c4-2d55-44f2-a825-6124938b9f18",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2016-02-12",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the \"Oil Show\" official video of Radiation City:\n\nhttps://www.youtube.com/watch?v=4VdvVu9SnTo\n\nAnd watch the band play live on KEXP back in 2016!\n\nhttps://www.youtube.com/watch?v=s7pzsWXtPIg",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}