Information about plays

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

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

{
    "id": 3595792,
    "uri": "https://api.kexp.org/v2/plays/3595792/?format=api",
    "airdate": "2025-12-25T09:51:56-08:00",
    "show": 65471,
    "show_uri": "https://api.kexp.org/v2/shows/65471/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mishima",
    "track_id": null,
    "recording_id": "f637f359-6f7a-4e47-9fa4-d8692cd79485",
    "artist": "Philip Glass",
    "artist_ids": [
        "5ae54dee-4dba-49c0-802a-a3b3b3adfe9b"
    ],
    "album": "Mishima (Bob's Burgers Arrangement)",
    "release_id": null,
    "release_group_id": "ed5c7128-cac4-4ada-a896-a37e63d75566",
    "labels": [
        "Dunvagen Music Publishers, Inc."
    ],
    "label_ids": [
        "08622b56-3c43-4c77-93ac-8ec9acbbadb8"
    ],
    "release_date": "2023-08-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally arranged for the 1985 film on Japanese author Yukio Mishima, Bob's Burgers had Phillip Glass perform this song again for the episode \"The Plight Before Christmas\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}