Information about plays

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

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

{
    "id": 3592772,
    "uri": "https://api.kexp.org/v2/plays/3592772/?format=api",
    "airdate": "2025-12-18T18:23:18-08:00",
    "show": 65412,
    "show_uri": "https://api.kexp.org/v2/shows/65412/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Outside the Trains Don’t Run on Time",
    "track_id": "bade3450-716a-3fcf-a165-55a210f0e293",
    "recording_id": "703de5d2-82b2-4746-83fb-e6c0a714b971",
    "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 legendary post-punk band Gang of Four passed away on April 5 at the age of 65, leaving behind a profound legacy in the world of music and an indelible mark on the cultural landscape. \n\nKnown for his unique basslines and captivating stage presence, Dave’s contributions were central to the band's success and their revolutionary approach to music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}