Information about plays

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

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

{
    "id": 3641159,
    "uri": "https://api.kexp.org/v2/plays/3641159/?format=api",
    "airdate": "2026-04-12T11:05:50-07:00",
    "show": 66433,
    "show_uri": "https://api.kexp.org/v2/shows/66433/?format=api",
    "image_uri": "https://coverartarchive.org/release/42861d98-03b5-4c26-a3e6-c2a91f9fe442/42273468755-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/42861d98-03b5-4c26-a3e6-c2a91f9fe442/42273468755-250.jpg",
    "song": "Phish Pepsi",
    "track_id": null,
    "recording_id": "649ec04f-04de-4f7e-a1ef-c4bc04234238",
    "artist": "Wednesday",
    "artist_ids": [
        "9833b455-0da2-40b5-8e63-37816c910604"
    ],
    "album": "Bleeds",
    "release_id": null,
    "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": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Listen for the line revealing how singer Carly Hartzman felt about seeing a Phish concert.\nPlaying The Moore Theatre, Seattle 4/23\nWatch their live on KEXP 2022 session https://www.youtube.com/watch?v=a0o-hF9s0ro\nhttps://wednesdayband.bandcamp.com/album/bleeds",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}