Information about plays

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

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

{
    "id": 3665426,
    "uri": "https://api.kexp.org/v2/plays/3665426/?format=api",
    "airdate": "2026-06-08T17:37:09-07:00",
    "show": 66938,
    "show_uri": "https://api.kexp.org/v2/shows/66938/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Limb By Limb (Tomahawk Bang Rezmix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Tomahawk Bang",
    "artist_ids": [
        "404c4c36-e424-491c-ad01-448390e133b6"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-06-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Tomahawk Bang, music is “Himdag” or the “way of life.” As a native of Arizona’s Onk Akimel O’odham tribe; the Salt River Pima Maricopa Indian Community, Tomahawk developed his relationship with music whilst participating in traditional ceremonies on his homeland. \n\nhttps://tomahawkbang.bandcamp.com/track/limb-by-limb-tomahawk-bang-rezmix",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}