Information about plays

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

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

{
    "id": 3616027,
    "uri": "https://api.kexp.org/v2/plays/3616027/?format=api",
    "airdate": "2026-02-11T04:38:40-08:00",
    "show": 65901,
    "show_uri": "https://api.kexp.org/v2/shows/65901/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Ghosts of Beverly Drive",
    "track_id": "0a5f84e1-0dee-476a-ac51-44dfd3eb7786",
    "recording_id": "850f9d04-512f-4ae6-bf8e-1c7a45e41108",
    "artist": "Death Cab for Cutie",
    "artist_ids": [
        "0039c7ae-e1a7-4a7d-9b49-0cbc716821a6"
    ],
    "album": "Kintsugi",
    "release_id": "2deefc93-3d50-43b6-a380-de0de3d86ba1",
    "release_group_id": "c6910f50-32d6-4ccf-b403-e7d2dc318884",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2015-03-30",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "By request! The band named their eighth album Kintsugi, a Japanese ceramic repair technique that finds beauty in the object’s cracks and flaws by filling them with gold and silver. They made this album after founding member Chris Walla left the band after 17 years.: https://time.com/3764623/death-cab-for-cutie-interview-kintsugi/\n\n",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}