Information about plays

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

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

{
    "id": 3636765,
    "uri": "https://api.kexp.org/v2/plays/3636765/?format=api",
    "airdate": "2026-04-02T05:58:06-07:00",
    "show": 66343,
    "show_uri": "https://api.kexp.org/v2/shows/66343/?format=api",
    "image_uri": "https://dn721804.ca.archive.org/0/items/mbid-a468d428-1672-4c26-bf36-199793367f5e/mbid-a468d428-1672-4c26-bf36-199793367f5e-43234680915_thumb500.jpg",
    "thumbnail_uri": "https://dn721804.ca.archive.org/0/items/mbid-a468d428-1672-4c26-bf36-199793367f5e/mbid-a468d428-1672-4c26-bf36-199793367f5e-43234680915_thumb250.jpg",
    "song": "The Space Travelers Lullaby",
    "track_id": "2a071b70-1c49-495c-bba0-36a90ef8c971",
    "recording_id": "5e5ad436-7f70-462a-8128-f2937eaae1e5",
    "artist": "Kamasi Washington",
    "artist_ids": [
        "c7a3e868-c6d8-4512-a5ef-f6cbe42899b0"
    ],
    "album": "Heaven and Earth",
    "release_id": "a468d428-1672-4c26-bf36-199793367f5e",
    "release_group_id": "88999726-f7aa-4024-adcb-429c057c5edd",
    "labels": [
        "Young Turks"
    ],
    "label_ids": [
        "87667892-a93f-43e4-a004-f8b9182788df"
    ],
    "release_date": "2018-06-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "April is Jazz Appreciation Month! \"The Space Travelers Lullaby\" is a centerpiece of the \"Earth\" side of Kamasi Washington's 2018 double album. Washington describes the composition as a \"cinematic cosmos symphony\" designed to explore the intersection of the material world and the internal spirit. The track utilizes his signature arrangement style, pairing a jazz combo with a full orchestra and choir to create a soaring, atmospheric soundscape.  Be sure to check out Kamasi Washington's full performance at KEXP in 2016: https://www.youtube.com/watch?v=sqzFm3erSJc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}