Information about plays

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

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

{
    "id": 3644583,
    "uri": "https://api.kexp.org/v2/plays/3644583/?format=api",
    "airdate": "2026-04-20T16:03:16-07:00",
    "show": 66507,
    "show_uri": "https://api.kexp.org/v2/shows/66507/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Life During Wartime",
    "track_id": null,
    "recording_id": null,
    "artist": "Brooklyn Funk Essentials",
    "artist_ids": [
        "280d9262-c2fd-4875-a971-13a28a22f18b"
    ],
    "album": "Black Butterfly",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Black Plastic Magick"
    ],
    "label_ids": [
        "d9d97299-8cb6-42da-8a4d-1ba0396c90fd"
    ],
    "release_date": "2026-05-15",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The black butterfly is a symbol of hope, renewal and inevitable change. Brooklyn Funk Essentials’ eighth studio album marks the band’s continued groove r-evolution. \n\nhttps://brooklynfunkessentials.bandcamp.com/album/black-butterfly",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}