Information about plays

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

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

{
    "id": 3640158,
    "uri": "https://api.kexp.org/v2/plays/3640158/?format=api",
    "airdate": "2026-04-10T04:24:48-07:00",
    "show": 66412,
    "show_uri": "https://api.kexp.org/v2/shows/66412/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "BRAINWASH",
    "track_id": null,
    "recording_id": null,
    "artist": "The Neighborhood Kids",
    "artist_ids": [
        "369e3ee5-19f2-4d49-aedd-629eb40dde27"
    ],
    "album": "VOICE OF THE REVOLUTION",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-04-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Neighborhood Kids are playing Nectar Lounge in Seattle on June 7:\n\nhttps://www.tickpick.com/buy-the-neighborhood-kids-tickets-nectar-lounge-6-7-26-7pm/7860864/\n\n---\n\nNew album VOICE OF THE REVOLUTION dropping on April 22, 2026!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}