Information about plays

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

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

{
    "id": 3545859,
    "uri": "https://api.kexp.org/v2/plays/3545859/?format=api",
    "airdate": "2025-08-28T11:38:03-07:00",
    "show": 64409,
    "show_uri": "https://api.kexp.org/v2/shows/64409/?format=api",
    "image_uri": "https://ia800302.us.archive.org/3/items/mbid-6b5b79bf-f13d-4ef0-93d3-886ea4a3e77b/mbid-6b5b79bf-f13d-4ef0-93d3-886ea4a3e77b-21712611321_thumb500.jpg",
    "thumbnail_uri": "https://ia800302.us.archive.org/3/items/mbid-6b5b79bf-f13d-4ef0-93d3-886ea4a3e77b/mbid-6b5b79bf-f13d-4ef0-93d3-886ea4a3e77b-21712611321_thumb250.jpg",
    "song": "Where the Twain Shall Meet",
    "track_id": "eb092954-600e-4d09-9bb1-6559b616e074",
    "recording_id": "bd7f6d22-700e-40b4-ad93-8c462b63e600",
    "artist": "Screaming Trees",
    "artist_ids": [
        "bc5e6e42-73ba-44fa-a41e-3379402f0429"
    ],
    "album": "Buzz Factory",
    "release_id": "6b5b79bf-f13d-4ef0-93d3-886ea4a3e77b",
    "release_group_id": "98ce873b-8692-362e-a195-b0863954f8b9",
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://screamingtreeslegacy.bandcamp.com/\n\nCheck out Mark Lanegan's full KEXP in studio performance back in 2014, (hosted by Cheryl) here: https://www.youtube.com/watch?v=TwKzkAYZtCE. \n\nRead KEXP's tribute to Mark Lanegan, who passed away in 2022. RIP: https://www.kexp.org/read/2022/2/22/rip-mark-lanegan/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}