Information about plays

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

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

{
    "id": 3598393,
    "uri": "https://api.kexp.org/v2/plays/3598393/?format=api",
    "airdate": "2025-12-31T09:44:26-08:00",
    "show": 65523,
    "show_uri": "https://api.kexp.org/v2/shows/65523/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Damaged Goods",
    "track_id": "346716b8-4f94-3574-8cce-f35a3757438a",
    "recording_id": "6d9e2770-15ab-40a1-a9e4-31fca1d07a1d",
    "artist": "Gang of Four",
    "artist_ids": [
        "d8661c02-f423-4d72-8044-40ff05daf7a1"
    ],
    "album": "Entertainment!",
    "release_id": "cb3d472f-b445-4f87-afa5-2dc6188011d5",
    "release_group_id": "d0493944-992b-3534-9174-8320c1879837",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2005-05-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dave Allen, the pioneering bassist and founding member of the Gang of Four passed away on April 5, 2025, at the age of 65. His surviving bandmates said that Allen had been suffering from early-onset mixed dementia.\n\nAllen departed Gang of Four in 1981 and co-founded the band Shriekback. He subsequently performed with the Elastic Purejoy, Low Pop Suicide, King Swamp and Faux Hoax, and later went on to work in music technology, including at Beats Music and Apple Music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}