Information about plays

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

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

{
    "id": 3614753,
    "uri": "https://api.kexp.org/v2/plays/3614753/?format=api",
    "airdate": "2026-02-08T06:02:29-08:00",
    "show": 65877,
    "show_uri": "https://api.kexp.org/v2/shows/65877/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dan Y Wernen",
    "track_id": null,
    "recording_id": null,
    "artist": "Low Altitude",
    "artist_ids": [],
    "album": "Shades",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Whitelabrecs"
    ],
    "label_ids": [],
    "release_date": "2026-02-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning <3 Easing into this week's show with a mini-spotlight on British label Whitelabrecs' new and forthcoming releases and this track by Low Altitude that kicks off their forthcoming compilation 'Shades' ~ https://whitelabrecs.bandcamp.com/album/shades",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}