Information about plays

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

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

{
    "id": 3606462,
    "uri": "https://api.kexp.org/v2/plays/3606462/?format=api",
    "airdate": "2026-01-19T18:21:57-08:00",
    "show": 65701,
    "show_uri": "https://api.kexp.org/v2/shows/65701/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alabama",
    "track_id": null,
    "recording_id": "f78dd241-0de1-4b9c-b411-9418a0607ad9",
    "artist": "John Coltrane",
    "artist_ids": [
        "b625448e-bf4a-41c3-a421-72ad46cdb831"
    ],
    "album": "In Movement",
    "release_id": null,
    "release_group_id": "0352870a-cb08-4404-a5ab-410489b3f32f",
    "labels": [
        "ECM Records"
    ],
    "label_ids": [
        "1edf842b-d727-4d27-8db6-f31882443f89"
    ],
    "release_date": "2016-05-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On November 18, 1963, two months after Martin Luther King Jr.’s funeral oration, Coltrane recorded “Alabama,” a musical tribute to the four girls killed in Birmingham. The session occurred just days before President Kennedy’s assassination, a tumultuous moment in U.S. history. Pianist McCoy Tyner explained that Coltrane drew the song’s rhythms from King’s speech: “John took the rhythmic patterns of his speech and came up with ‘Alabama.’” Without lyrics, Coltrane conveyed the grief and resolve of King’s words—opening and closing with sorrow, while the middle reflects determination against racial violence. Released on Live at Birdland on January 9, 1964, “Alabama” remains one of Coltrane’s most emotional works.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}