Information about plays

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

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

{
    "id": 3618356,
    "uri": "https://api.kexp.org/v2/plays/3618356/?format=api",
    "airdate": "2026-02-16T16:16:05-08:00",
    "show": 65952,
    "show_uri": "https://api.kexp.org/v2/shows/65952/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Spectacle (Dominick Dawson Vocal Reversion)",
    "track_id": null,
    "recording_id": null,
    "artist": "Can",
    "artist_ids": [
        "13501c7d-d181-45ba-af52-5f101d8516a0"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-02-14",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"A Spectacle\" is a song by the German experimental rock band Can, recorded in 1978 for the arts TV program Aspekte, featuring vocals by Rosko Gee and released on their self-titled 1979 album. It is a funky, sixteen-beat track often associated with their later, more groove-oriented period, distinct from their earlier krautrock style.\n\nhttps://dominicdawson.bandcamp.com/album/a-spectacle-dominic-dawson-re-versions",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}