Information about plays

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

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

{
    "id": 3603816,
    "uri": "https://api.kexp.org/v2/plays/3603816/?format=api",
    "airdate": "2026-01-13T11:08:40-08:00",
    "show": 65640,
    "show_uri": "https://api.kexp.org/v2/shows/65640/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cumberland Blues",
    "track_id": null,
    "recording_id": null,
    "artist": "Charles Bradley",
    "artist_ids": [
        "dc6d2ba1-012c-47a7-ba3f-d74e76c30d53"
    ],
    "album": "Day of the Dead",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [],
    "release_date": "2016-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's the great Charles Bradley covering the great Grateful Dead.\n--\nR.I.P., founding member of the Grateful Dead Bob Weir, who has died at age 78: https://www.npr.org/2026/01/10/nx-s1-4373822/bob-weir-grateful-dead-obituary\n--\nSee the Dead perform \"Cumberland Blues\" in 1982: https://www.youtube.com/watch?v=asyaoLRnKq0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}