Information about plays

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

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

{
    "id": 3615293,
    "uri": "https://api.kexp.org/v2/plays/3615293/?format=api",
    "airdate": "2026-02-09T13:20:30-08:00",
    "show": 65889,
    "show_uri": "https://api.kexp.org/v2/shows/65889/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Waiting So Long",
    "track_id": null,
    "recording_id": null,
    "artist": "Daphni, Caribou",
    "artist_ids": [],
    "album": "Butterfly",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Waiting So Long' is an unexpected collaboration between Snaith's two musical alter egos, with the artist appearing both as Daphni and Caribou on the same track for the first time. Read more about this collab:\nhttps://stereogum.com/2479460/caribous-dance-music-alter-ego-daphni-announces-new-album-butterfly-hear-waiting-so-long/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}