Information about plays

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

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

{
    "id": 3636879,
    "uri": "https://api.kexp.org/v2/plays/3636879/?format=api",
    "airdate": "2026-04-02T13:29:00-07:00",
    "show": 66346,
    "show_uri": "https://api.kexp.org/v2/shows/66346/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come Get to This",
    "track_id": null,
    "recording_id": "8acc451b-238f-4e96-8db0-f5155db27bd2",
    "artist": "Bobbi Humphrey",
    "artist_ids": [
        "59479c29-54ce-429d-9ef8-b7005cd1b6be"
    ],
    "album": "City Beat",
    "release_id": null,
    "release_group_id": "80c57f33-b24a-346d-b369-132ab4657355",
    "labels": [
        "Malaco Records"
    ],
    "label_ids": [
        "d001be5e-2c90-4be3-988c-bcecb32dbe9a"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jazz flautist Bobbi Humphrey covered Marvin Gaye here. \n In 1971, she was the first female instrumentalist signed by Blue Note. Here's a biography: https://www.bluenote.com/artist/bobbi-humphrey/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}