Information about plays

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

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

{
    "id": 3635024,
    "uri": "https://api.kexp.org/v2/plays/3635024/?format=api",
    "airdate": "2026-03-29T06:43:47-07:00",
    "show": 66310,
    "show_uri": "https://api.kexp.org/v2/shows/66310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Brief Clearing in the Fog",
    "track_id": null,
    "recording_id": null,
    "artist": "Kyle Preston",
    "artist_ids": [
        "f8d541b5-730b-4f54-8358-026ea7d21aac"
    ],
    "album": "Music For Disappearing Coastlines",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2026-01-09",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off an early 2026 album from Seattle-based artist Kyle Preston ~ https://kylepreston.bandcamp.com/album/music-for-disappearing-coastlines",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}