Information about plays

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

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

{
    "id": 3603056,
    "uri": "https://api.kexp.org/v2/plays/3603056/?format=api",
    "airdate": "2026-01-11T11:54:16-08:00",
    "show": 65622,
    "show_uri": "https://api.kexp.org/v2/shows/65622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ghost Towns",
    "track_id": null,
    "recording_id": "cc25ad8f-ee6f-4868-bff5-0fedbdb78b89",
    "artist": "Bob Weir",
    "artist_ids": [
        "c8a63580-9e6b-4852-bf93-c09760035e76"
    ],
    "album": "Blue Mountain",
    "release_id": null,
    "release_group_id": "2ab91d86-558b-4570-bdaf-c3e9c0c0df05",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2016-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Bob Weir. In a March 2025 interview with Rolling Stone, Weir said. \"I'll say this: I look forward to dying. I tend to think of death as a reward for a life well-lived,\" he said.\nhttps://www.npr.org/2026/01/10/nx-s1-4373822/bob-weir-grateful-dead-obituary",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}