Information about plays

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

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

{
    "id": 3602957,
    "uri": "https://api.kexp.org/v2/plays/3602957/?format=api",
    "airdate": "2026-01-11T06:31:02-08:00",
    "show": 65621,
    "show_uri": "https://api.kexp.org/v2/shows/65621/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Where the Glacier Once Passed (Joseph Shabason Version)",
    "track_id": null,
    "recording_id": null,
    "artist": "Cicada",
    "artist_ids": [],
    "album": "Gazing the Shades of White (The Remixes)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "FLAU"
    ],
    "label_ids": [],
    "release_date": "2026-01-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off a gorgeous remix collection for Cicada's 2025 album 'Gazing the Shades of White' that features contributions from FLAU Records founder aus, Joseph Shabason, Colloboh, and KMRU ~ https://flau.bandcamp.com/album/gazing-the-shades-of-white-the-remixes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}