Information about plays

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

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

{
    "id": 3593999,
    "uri": "https://api.kexp.org/v2/plays/3593999/?format=api",
    "airdate": "2025-12-21T11:29:05-08:00",
    "show": 65438,
    "show_uri": "https://api.kexp.org/v2/shows/65438/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bright Star in the East",
    "track_id": null,
    "recording_id": "80fe623d-61b8-417d-abbb-28323eee111c",
    "artist": "Billy Taylor & David Frost",
    "artist_ids": [
        "c208cebb-a6ce-4d9e-b3bc-691c27e68702"
    ],
    "album": "Merry Christmas",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bell"
    ],
    "label_ids": [],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taylor was musical director of \"The David Frost Show\" from 1969 to 1972, and while he was there they put out a Christmas album! \n\nhttp://christmasyuleblog.blogspot.com/2010/12/billy-taylor-1921-2010.html ; can also find this track on the “Cool Yule” compilation put out in 2004",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}