Information about plays

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

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

{
    "id": 3544705,
    "uri": "https://api.kexp.org/v2/plays/3544705/?format=api",
    "airdate": "2025-08-25T16:32:24-07:00",
    "show": 64387,
    "show_uri": "https://api.kexp.org/v2/shows/64387/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "C.R.E.A.M. (CASH RULES EVERYTHING AROUND ME)",
    "track_id": null,
    "recording_id": null,
    "artist": "Kassa Overall",
    "artist_ids": [
        "2d8e57da-b949-4e7f-8ebf-dd907e03119a"
    ],
    "album": "CREAM",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-09-12",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "INCOMING: \n\nGRAMMY-nominated jazz visionary and Doris Duke Artist Award winner Kassa Overall presents CREAM. Eight interpretations of hip-hop classics by The Notorious B.I.G., Wu-Tang Clan, Dr. Dre, A Tribe Called Quest, OutKast, Digable Planets, and Juvenile.\n\nhttps://kassaoverall.bandcamp.com/album/cream",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}