Information about plays

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

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

{
    "id": 3625893,
    "uri": "https://api.kexp.org/v2/plays/3625893/?format=api",
    "airdate": "2026-03-06T05:55:03-08:00",
    "show": 66104,
    "show_uri": "https://api.kexp.org/v2/shows/66104/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ain't That a Bitch",
    "track_id": "5c095200-bea9-3b84-8b4f-52c126f6d322",
    "recording_id": "65dca459-dac9-44d1-b68f-338c751b524b",
    "artist": "Johnny “Guitar” Watson",
    "artist_ids": [
        "defba3df-b0f3-4ef1-8e1f-4ef88cc8fc42"
    ],
    "album": "Best of the Funk Years",
    "release_id": "5732cc17-1f07-4796-83dc-d4fc62c5be82",
    "release_group_id": "c791a8ba-c332-4d9c-a934-bf97f8d85bbe",
    "labels": [
        "Shout! Factory"
    ],
    "label_ids": [
        "004762a8-6905-4270-b5f8-ceef5fc5bc73"
    ],
    "release_date": "2006-05-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Johnny Watson died in 1996 while on tour in Japan. Collapsing mid-guitar solo, his last words were \"ain't that a bitch\". This track comes from his 1976 album of the same name.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}