Information about plays

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

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

{
    "id": 3659258,
    "uri": "https://api.kexp.org/v2/plays/3659258/?format=api",
    "airdate": "2026-05-25T03:54:51-07:00",
    "show": 66809,
    "show_uri": "https://api.kexp.org/v2/shows/66809/?format=api",
    "image_uri": "https://dn720800.ca.archive.org/0/items/mbid-d49ea524-7236-4415-9b87-66f711764a19/mbid-d49ea524-7236-4415-9b87-66f711764a19-44223771677_thumb500.jpg",
    "thumbnail_uri": "https://dn720800.ca.archive.org/0/items/mbid-d49ea524-7236-4415-9b87-66f711764a19/mbid-d49ea524-7236-4415-9b87-66f711764a19-44223771677_thumb250.jpg",
    "song": "Farewell, Little Island",
    "track_id": "e63559a4-0e4e-48cc-be52-f41816a6e986",
    "recording_id": "da8805bc-4533-4b30-8e40-4e966898e840",
    "artist": "Green-House",
    "artist_ids": [
        "06b04899-407c-4baf-bb1e-7b64796a2237"
    ],
    "album": "Hinterlands",
    "release_id": "d49ea524-7236-4415-9b87-66f711764a19",
    "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": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}