Information about plays

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

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

{
    "id": 3638073,
    "uri": "https://api.kexp.org/v2/plays/3638073/?format=api",
    "airdate": "2026-04-05T06:35:23-07:00",
    "show": 66372,
    "show_uri": "https://api.kexp.org/v2/shows/66372/?format=api",
    "image_uri": "https://coverartarchive.org/release/d49ea524-7236-4415-9b87-66f711764a19/44223771677-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d49ea524-7236-4415-9b87-66f711764a19/44223771677-250.jpg",
    "song": "Sun Dogs",
    "track_id": null,
    "recording_id": null,
    "artist": "Green-House",
    "artist_ids": [
        "06b04899-407c-4baf-bb1e-7b64796a2237"
    ],
    "album": "Hinterlands",
    "release_id": null,
    "release_group_id": "3a2004f3-3aa1-4255-b34f-7f89ed9724fb",
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2026-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off a mesmerizing new album from LA duo Green-House, the collaborative project of Olive Ardizoni and Michael Flanagan ~ https://green-house.bandcamp.com/album/hinterlands",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}