Information about plays

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

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

{
    "id": 3596216,
    "uri": "https://api.kexp.org/v2/plays/3596216/?format=api",
    "airdate": "2025-12-26T09:34:44-08:00",
    "show": 65477,
    "show_uri": "https://api.kexp.org/v2/shows/65477/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Little Green Apples",
    "track_id": null,
    "recording_id": "60df5e8d-251d-48e2-8dfb-ed8dbf67273c",
    "artist": "Cleveland Francis",
    "artist_ids": [
        "8735f911-c86d-463f-9912-b0c5ecca0322"
    ],
    "album": "Beyond The Willow Tree",
    "release_id": null,
    "release_group_id": "b0cbe0bc-ffce-49a7-80de-f12bde2286e2",
    "labels": [],
    "label_ids": [],
    "release_date": "2022-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Musician and physician Cleve Francis is a quietly revered but active folk presence since the 1960's.\n\nhttps://clevelandfrancis.bandcamp.com/album/beyond-the-willow-tree-2\nhttps://www.clevefrancis.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}