Information about plays

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

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

{
    "id": 3673534,
    "uri": "https://api.kexp.org/v2/plays/3673534/?format=api",
    "airdate": "2026-06-28T10:17:25-07:00",
    "show": 67109,
    "show_uri": "https://api.kexp.org/v2/shows/67109/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Harlan Co.",
    "track_id": "8bbc5d5b-5f45-4bc3-8e11-ac64c1eb12a2",
    "recording_id": "90a4f095-140a-4550-b0bf-f3ceba30652d",
    "artist": "Jim Ford",
    "artist_ids": [
        "7af54721-3563-4a86-b9d8-ffc1e2a49f8f"
    ],
    "album": "Harlan County",
    "release_id": "394467ed-8f78-4563-abbb-935ef94dd074",
    "release_group_id": "0af26f02-69b2-35b0-973f-4d0a60b64801",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2011-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sly Stone, the namesake of psychedelic funk legends Sly and the Family Stone, described Kentucky songwriter Jim Ford as the \"baddest white man on the planet\" during an amazingly awkward 1971 interview on \"The Dick Cavett Show.\"\n\nhttps://www.allmusic.com/artist/jim-ford-mn0000849246",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}