Information about plays

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

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

{
    "id": 3575989,
    "uri": "https://api.kexp.org/v2/plays/3575989/?format=api",
    "airdate": "2025-11-09T11:32:50-08:00",
    "show": 65064,
    "show_uri": "https://api.kexp.org/v2/shows/65064/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Easy, Easy Baby",
    "track_id": null,
    "recording_id": "72e1a814-e0fc-4e9a-9804-c17097af9ef8",
    "artist": "Charley Crockett",
    "artist_ids": [
        "cf391be8-a609-4fcf-8de1-0eff6b639ae5"
    ],
    "album": "A Tribute To The King of Zydeco",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Valcour"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Charley Crockett will be at Seattle’s 5th Ave Theatre on February 20th, 2026: https://bit.ly/3JPn3gO \n\nThis album honors the legacy of Clifton Chenier. All proceeds will be donated to the Clifton Chenier Memorial Scholarship Fund, offering annual financial assistance to students studying traditional music–specifically, Zydeco accordion.  Buy it here:  https://bit.ly/47OKJKq \n\nCheck out Greg Vandy’s tribute to Clifton Chenier from earlier this year: https://www.mixcloud.com/greg-vandy/king-of-zydeco-roadhouse-radio-on-kexp-06-29-25/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}