Information about plays

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

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

{
    "id": 3615865,
    "uri": "https://api.kexp.org/v2/plays/3615865/?format=api",
    "airdate": "2026-02-10T19:09:43-08:00",
    "show": 65899,
    "show_uri": "https://api.kexp.org/v2/shows/65899/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lalita",
    "track_id": null,
    "recording_id": null,
    "artist": "Eric Hilton",
    "artist_ids": [
        "28ea287e-6e83-473f-b404-936bbfbb88f6"
    ],
    "album": "A Sky So Close",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Montserrat House"
    ],
    "label_ids": [
        "9d25303a-4971-4c6b-babe-944ed14af159"
    ],
    "release_date": "2026-02-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is off Eric Hilton's new album A Sky So Close, out on Montserrat House Records February 20.\n\nThievery Corporation will be just outside of the Bay Area (specifically in Saratoga) @ The Mountain Winery June 5. Tickets here: https://tinyurl.com/35bk9knd",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}