Information about plays

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

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

{
    "id": 3650521,
    "uri": "https://api.kexp.org/v2/plays/3650521/?format=api",
    "airdate": "2026-05-04T14:52:08-07:00",
    "show": 66630,
    "show_uri": "https://api.kexp.org/v2/shows/66630/?format=api",
    "image_uri": "https://coverartarchive.org/release/6e95281b-147a-4ade-b584-2f0af51a94f2/34552398650-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6e95281b-147a-4ade-b584-2f0af51a94f2/34552398650-250.jpg",
    "song": "Sister Cheryl",
    "track_id": null,
    "recording_id": "6038ecec-6124-4719-9a5b-25d6769f0cab",
    "artist": "Wynton Marsalis",
    "artist_ids": [
        "0d74dcc7-5684-4695-830f-a9846aad8ba9"
    ],
    "album": "Wynton Marsalis",
    "release_id": null,
    "release_group_id": "b794790b-1aa6-3b59-be8c-4cdb20513cb9",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Andrew!\n\nWynton Marsalis is an American trumpeter, composer, and music instructor, who is currently the artistic director of Jazz at Lincoln Center. He has been active in promoting classical and jazz music, often to young audiences. Marsalis has won nine Grammy Awards, and his 1997 oratorio \"Blood on the Fields\" was the first jazz composition to win the Pulitzer Prize for Music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}