Information about plays

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

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

{
    "id": 3520286,
    "uri": "https://api.kexp.org/v2/plays/3520286/?format=api",
    "airdate": "2025-06-29T06:01:22-07:00",
    "show": 63868,
    "show_uri": "https://api.kexp.org/v2/shows/63868/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lake Side",
    "track_id": null,
    "recording_id": null,
    "artist": "Kenji Kiahra",
    "artist_ids": [],
    "album": "Winds of Eternity",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Constellation Tatsu"
    ],
    "label_ids": [],
    "release_date": "2025-06-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning <3 Easing into this week's show with a piece off Japanese musician Kenji Kihara's new album that's part of Oakland-based label Constellation Tatsu's June 2025 batch of releases ~ https://ctatsu.bandcamp.com/album/winds-of-eternity :: For fans of longform pieces, I highly recommend following Kenji's 'Sooth & Sleep' series on Bandcamp too --> https://soothe-sleep.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}