Information about plays

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

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

{
    "id": 3603052,
    "uri": "https://api.kexp.org/v2/plays/3603052/?format=api",
    "airdate": "2026-01-11T11:35:52-08:00",
    "show": 65622,
    "show_uri": "https://api.kexp.org/v2/shows/65622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cassidy",
    "track_id": null,
    "recording_id": "b73dd2da-6dc8-404c-8847-94cc262b6cf1",
    "artist": "Grateful Dead",
    "artist_ids": [
        "6faa7ca7-0d99-4a5e-bfa6-1fd5037520c6"
    ],
    "album": "Reckoning",
    "release_id": null,
    "release_group_id": "388c8651-9c3e-359b-8ca4-ec7e4912817c",
    "labels": [
        "Grateful Dead Records"
    ],
    "label_ids": [
        "6864bcce-2b7e-40f6-9391-6732f4e181c5"
    ],
    "release_date": "1981-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Bob Weir, who passed yesterday at 78. He was the youngest member of the San Francisco jam band who kept their legacy and music alive for 60 years. He was known to forget lyrics to songs, but fans cheered whenever this happened.\nhttps://www.npr.org/2026/01/10/nx-s1-4373822/bob-weir-grateful-dead-obituary",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}