Information about plays

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

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

{
    "id": 3576661,
    "uri": "https://api.kexp.org/v2/plays/3576661/?format=api",
    "airdate": "2025-11-11T02:53:18-08:00",
    "show": 65078,
    "show_uri": "https://api.kexp.org/v2/shows/65078/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Break Yo Self (feat. DJ Manny)",
    "track_id": null,
    "recording_id": null,
    "artist": "Qemist",
    "artist_ids": [
        "9ca10976-ba09-4b55-b360-90e553a21a63"
    ],
    "album": "The New Juke Tape",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Catch DJ Manny @ Madame Lou's in Seattle 11/28 -- https://ra.co/events/2297876\n\nhttps://kidqemist.bandcamp.com/album/mtxlt779-the-new-juke-tape",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}