Information about plays

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

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

{
    "id": 3547912,
    "uri": "https://api.kexp.org/v2/plays/3547912/?format=api",
    "airdate": "2025-09-02T08:19:27-07:00",
    "show": 64453,
    "show_uri": "https://api.kexp.org/v2/shows/64453/?format=api",
    "image_uri": "https://ia800600.us.archive.org/34/items/mbid-42861d98-03b5-4c26-a3e6-c2a91f9fe442/mbid-42861d98-03b5-4c26-a3e6-c2a91f9fe442-42273468755_thumb500.jpg",
    "thumbnail_uri": "https://ia800600.us.archive.org/34/items/mbid-42861d98-03b5-4c26-a3e6-c2a91f9fe442/mbid-42861d98-03b5-4c26-a3e6-c2a91f9fe442-42273468755_thumb250.jpg",
    "song": "Bitter Everyday",
    "track_id": "e8606801-2f4e-4df4-9297-1ce9e31be15f",
    "recording_id": "f663de2b-171d-40f8-8d63-1f04d739e76f",
    "artist": "Wednesday",
    "artist_ids": [
        "9833b455-0da2-40b5-8e63-37816c910604"
    ],
    "album": "Bleeds",
    "release_id": "42861d98-03b5-4c26-a3e6-c2a91f9fe442",
    "release_group_id": "5bed2109-60ce-4c13-804a-fc04946ba7f7",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2025-09-19",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New from Asheville, NC band Wednesday!\nTheir new album 'Bleeds' comes out on 9/19\n\nThey are going to be playing on the 18th of Oct in Oakland at the Fox Theater.\n\nCheck out their live performence at KEXP:\nhttps://www.youtube.com/watch?v=a0o-hF9s0ro&ab_channel=KEXP\n\nhttps://wednesdayband.bandcamp.com/album/bleeds",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}