Information about plays

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

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

{
    "id": 3605867,
    "uri": "https://api.kexp.org/v2/plays/3605867/?format=api",
    "airdate": "2026-01-18T06:02:15-08:00",
    "show": 65682,
    "show_uri": "https://api.kexp.org/v2/shows/65682/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "dust settles on the ground",
    "track_id": null,
    "recording_id": null,
    "artist": "Tutara Peak",
    "artist_ids": [],
    "album": "ambient forms (c. 2017-2024)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Broken Levee"
    ],
    "label_ids": [],
    "release_date": "2026-01-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning <3 Easing into this week's show with a sneak peek at the opening track off an upcoming ambient collection from British artist Tutara Peak ~ https://tutarapeak.bandcamp.com/album/ambient-forms-c-2017-2024",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}