Information about plays

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

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

{
    "id": 3641623,
    "uri": "https://api.kexp.org/v2/plays/3641623/?format=api",
    "airdate": "2026-04-13T16:08:45-07:00",
    "show": 66445,
    "show_uri": "https://api.kexp.org/v2/shows/66445/?format=api",
    "image_uri": "https://coverartarchive.org/release/b64ba9e9-a2b0-446a-9321-0c11c11c215e/16493778133-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b64ba9e9-a2b0-446a-9321-0c11c11c215e/16493778133-250.jpg",
    "song": "Love, Peace and Happiness",
    "track_id": null,
    "recording_id": "5b6089f5-9929-4495-a4d9-8961a7809829",
    "artist": "The Chambers Brothers",
    "artist_ids": [
        "5c51de66-d15e-48ed-9402-0f17ba2dfc52"
    ],
    "album": "Love, Peace and Happiness",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1969-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "happy birthday to Lester Chambers, born on this day in 1940\n\nOriginally from Carthage, Mississippi, the Chambers Brothers first honed their skills as members of the choir in their Baptist church. This arrangement ended in 1952 when the eldest brother, George, was drafted into the Army. George relocated to Los Angeles after his discharge, and his brothers soon joined him. Beginning in 1954, the foursome played gospel and folk music throughout the Southern California region, but remained little known until 1965 when they began performing in New York City.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}