Information about plays

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

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

{
    "id": 3571863,
    "uri": "https://api.kexp.org/v2/plays/3571863/?format=api",
    "airdate": "2025-10-30T15:05:57-07:00",
    "show": 64976,
    "show_uri": "https://api.kexp.org/v2/shows/64976/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kitty With the Bent Frame",
    "track_id": null,
    "recording_id": "0c08d315-f2bc-48ee-87c1-d5479817b0ce",
    "artist": "Quincy Jones",
    "artist_ids": [
        "5803c81e-739a-4057-9a5c-cf84e55db630"
    ],
    "album": "$ (Music From the Original Motion Picture Sound Track)",
    "release_id": null,
    "release_group_id": "a227c354-705e-31ab-8da9-4fc9962c0d09",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1972-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Kitty With the Bent Frame\" is a piece from the 1971 film score Dollar$, composed by Quincy Jones.  It is famous for being used in the song \"Shook Ones, Part II\"  by Mobb Deep on their album \"The Infamous.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}