Information about plays

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

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

{
    "id": 3553237,
    "uri": "https://api.kexp.org/v2/plays/3553237/?format=api",
    "airdate": "2025-09-15T04:25:01-07:00",
    "show": 64567,
    "show_uri": "https://api.kexp.org/v2/shows/64567/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Until Everybody Is Free",
    "track_id": null,
    "recording_id": "beabdd99-a59f-4234-b525-6329dff7de31",
    "artist": "Bella Cuts",
    "artist_ids": [
        "3d37c686-307c-42e2-829f-5d95f10c91d0"
    ],
    "album": "Rise Up: The BDS Mixtape Vol. 2",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Amplify Palestine"
    ],
    "label_ids": [
        "491f27c1-bade-4ce3-b563-620628a70bde"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track features a vocal sample from an interview with Dr. Maya Angelou, and was initially composed for the Internationalist Queer Pride in Berlin. All proceeds from this track will be donated to the Dr. Maya Angelou Foundation.\n\nhttps://bellacuts.bandcamp.com/album/until-everybody-is-free\n\nCheck out Bella Cuts - \"Until Everybody is Free\" featured as a KEXP Song of the Day earlier this January: https://www.kexp.org/podcasts/song-of-the-day/2024/1/12/bella-cuts-until-everybody-is-free/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}