Information about plays

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

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

{
    "id": 3566186,
    "uri": "https://api.kexp.org/v2/plays/3566186/?format=api",
    "airdate": "2025-10-17T03:05:36-07:00",
    "show": 64854,
    "show_uri": "https://api.kexp.org/v2/shows/64854/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rockbox",
    "track_id": null,
    "recording_id": null,
    "artist": "The Cool Kids",
    "artist_ids": [],
    "album": "Hi Top Fade",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fool’s Gold Records"
    ],
    "label_ids": [
        "c1fc0c7a-8244-4511-8f34-065c113403be"
    ],
    "release_date": "2025-10-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi-Top Fade marks the return of The Cool Kids (Sir Michael Rocks and Chuck Inglish) with their 7th studio album via Fools Gold. \n\nhttps://foolsgoldrecs.bandcamp.com/album/hi-top-fade",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}