Information about plays

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

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

{
    "id": 3622426,
    "uri": "https://api.kexp.org/v2/plays/3622426/?format=api",
    "airdate": "2026-02-26T04:45:12-08:00",
    "show": 66032,
    "show_uri": "https://api.kexp.org/v2/shows/66032/?format=api",
    "image_uri": "https://coverartarchive.org/release/9ca473e8-209a-4d8a-bb8b-78d6e9e2ac30/1928484595-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9ca473e8-209a-4d8a-bb8b-78d6e9e2ac30/1928484595-250.jpg",
    "song": "Summer Breeze",
    "track_id": null,
    "recording_id": "8e2b77b4-898d-460b-845a-b1a5528b3a69",
    "artist": "The Isley Brothers",
    "artist_ids": [
        "4a76400d-283f-492e-9754-18ef41755f81"
    ],
    "album": "3+3",
    "release_id": null,
    "release_group_id": "4e71149d-e632-32f5-9d9f-83cb8d6e3757",
    "labels": [
        "T-Neck"
    ],
    "label_ids": [
        "3d1c2ffa-cfc1-4a55-a27e-d7045cf5adee"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is The Isley Brothers' terrific cover of the classic from Jim Seals and Dash Crofts.\n--\n\"The Isleys ease into their cover of the song, with Ronnie’s falsetto riffing on the title, “ah-ha yeah… summer breeze… all in my mind” over Jasper’s tinkling clavinet and quiet piano chords. Even as Ernie’s guitar begins to snarl, it’s seemingly building into a ballad that’s just a more soulful take on the original...After that opening minute, however, the Isleys jump right into the chorus, quickening the chorus a touch and finding the funk in the rhythm.\"  Here's a tribute to this song:  https://bestsong.substack.com/p/summer-breeze-by-the-isley-brothers",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}