Information about plays

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

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

{
    "id": 3603817,
    "uri": "https://api.kexp.org/v2/plays/3603817/?format=api",
    "airdate": "2026-01-13T11:12:16-08:00",
    "show": 65640,
    "show_uri": "https://api.kexp.org/v2/shows/65640/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yours",
    "track_id": null,
    "recording_id": null,
    "artist": "De La Soul",
    "artist_ids": [
        "a8ebde98-7e91-46c7-992c-90039ba42017"
    ],
    "album": "Cabin in the Sky",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "AOI"
    ],
    "label_ids": [],
    "release_date": "2025-11-21",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Enjoy this review of \"Cabin in the Sky,\" De La Soul's ninth album and their first after the death of David \"Trugoy the Dove\" Jolicoeur (His spirit--and voice- permeates the album.): https://theneedledrop.com/album-reviews/de-la-soul-cabin-in-the-sky-album-review/#google_vignette",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}