Information about plays

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

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

{
    "id": 3604501,
    "uri": "https://api.kexp.org/v2/plays/3604501/?format=api",
    "airdate": "2026-01-15T02:32:01-08:00",
    "show": 65654,
    "show_uri": "https://api.kexp.org/v2/shows/65654/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Check the Rhime",
    "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-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "GRAMMY-nominated jazz visionary and 2025 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. Kassa Overall will play Treefort Music Fest in Boise on March 25th. kassaoverall.bandcamp.com kassaoverall.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}