Information about plays

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

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

{
    "id": 3621592,
    "uri": "https://api.kexp.org/v2/plays/3621592/?format=api",
    "airdate": "2026-02-24T05:24:19-08:00",
    "show": 66017,
    "show_uri": "https://api.kexp.org/v2/shows/66017/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Last Kind Words Blues",
    "track_id": "d8edb149-e52e-304e-aba1-3bc8c047db6c",
    "recording_id": "aee19392-e4ce-45ac-bc35-2e22e5b034a7",
    "artist": "Geeshie Wiley",
    "artist_ids": [
        "139b1c0a-cd39-4281-9242-b5510c453a7e"
    ],
    "album": "The Rough Guide to Delta Blues",
    "release_id": "0be087d7-175d-4cd9-82dc-62e9d4917a2e",
    "release_group_id": "bf18da87-2127-37a5-881e-00cab5595f7d",
    "labels": [
        "World Music Network"
    ],
    "label_ids": [
        "b1de0cf1-6c3f-4f61-a846-e321a5beb73a"
    ],
    "release_date": "2002-06-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Last Kind Words Blues\" by Geeshie Wiley is a seminal track of the Delta blues genre, recorded in 1930. The song is renowned for its haunting, minor-key melody and remains one of the few surviving recordings of Wiley, who remains a mysterious figure in music history. \n\nGeeshie Wiley (c. 1908–1950) is often hailed by musicologists as perhaps the greatest female country blues singer and guitarist, yet she remained a complete mystery for nearly 80 years. No photographs of her are known to exist, and her entire recorded legacy consists of only six songs.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}