Information about plays

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

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

{
    "id": 3633521,
    "uri": "https://api.kexp.org/v2/plays/3633521/?format=api",
    "airdate": "2026-03-25T14:08:25-07:00",
    "show": 66277,
    "show_uri": "https://api.kexp.org/v2/shows/66277/?format=api",
    "image_uri": "https://coverartarchive.org/release/92e28605-a79c-4ccd-ab56-25d0dd2634ff/32756399663-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/92e28605-a79c-4ccd-ab56-25d0dd2634ff/32756399663-250.jpg",
    "song": "Footsteps in the Dark, Parts 1 & 2",
    "track_id": null,
    "recording_id": "0ed93a49-91d1-48b5-95ce-6dcd97e779ed",
    "artist": "The Isley Brothers",
    "artist_ids": [
        "4a76400d-283f-492e-9754-18ef41755f81"
    ],
    "album": "Go for Your Guns",
    "release_id": null,
    "release_group_id": "aa83e235-4f34-3903-9466-62df43829cb5",
    "labels": [],
    "label_ids": [],
    "release_date": "1977-04-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "That's Ron Isley on lead vocals here and that terrific guitar playing is by Ernie Isley, who not only played guitar but also played drums and wrote the lyrics to \"Footsteps in the Dark\". \n--\nThis song was, of course, heavily sampled by Ice Cube for \"It Was a Good Day.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}