Information about plays

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

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

{
    "id": 3597329,
    "uri": "https://api.kexp.org/v2/plays/3597329/?format=api",
    "airdate": "2025-12-28T20:54:35-08:00",
    "show": 65500,
    "show_uri": "https://api.kexp.org/v2/shows/65500/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nobu",
    "track_id": null,
    "recording_id": "a9433ef1-73d1-4a25-b542-06999ddd7e52",
    "artist": "Herbie Hancock",
    "artist_ids": [
        "27613b78-1b9d-4ec3-9db5-fa0743465fdd"
    ],
    "album": "Dedication",
    "release_id": null,
    "release_group_id": "f64336b7-a5f0-3068-a6dd-d8bc7d914622",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1974-09-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The 4-track Dedication is the thirteenth album by jazz pianist Herbie Hancock. It was recorded in Japan by Hancock alone in 1974 during a Japanese tour.\nHancock performs \"Maiden Voyage\" and \"Dolphin Dance\" on piano, while \"Nobu\" and \"Cantaloupe Island\" were performed on electric keyboards and synthesizers.\n\nFirst released on LP by the Japanese CBS/Sony on September 21, 1974, it was not released on CD outside Japan until 2013, first as part of the 34 disc box set The Complete Columbia Album Collection 1972–1988. It was given an individual reissue in 2014 by Wounded Bird Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}