Information about plays

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

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

{
    "id": 3641389,
    "uri": "https://api.kexp.org/v2/plays/3641389/?format=api",
    "airdate": "2026-04-13T01:46:02-07:00",
    "show": 66439,
    "show_uri": "https://api.kexp.org/v2/shows/66439/?format=api",
    "image_uri": "https://coverartarchive.org/release/f8ca56d4-a13a-42bc-a2d7-fe9b62ff7002/6270146979-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f8ca56d4-a13a-42bc-a2d7-fe9b62ff7002/6270146979-250.jpg",
    "song": "Is This All",
    "track_id": null,
    "recording_id": "bfa0d5cd-9a01-4b28-8d1e-6d80affac66c",
    "artist": "Bobbi Humphrey",
    "artist_ids": [
        "59479c29-54ce-429d-9ef8-b7005cd1b6be"
    ],
    "album": "Dig This!",
    "release_id": null,
    "release_group_id": "2cde53fc-d1d6-33c0-91e4-bcd644e4d01a",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bobbi Humphrey is a jazz flautist whose musical tastes lean toward fusion and smooth jazz-pop. From the outset of her career, Humphrey was quite popular, winning a large crossover audience with her pop-oriented jazz-fusion. Throughout her career, her popularity exceeded her critical acclaim, but she received high marks for her technique and showmanship. Audiences stayed with Humphrey for decades, buying her records and attending her concerts from the Montreux Festival to Carnegie Hall.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}