Information about plays

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

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

{
    "id": 3570239,
    "uri": "https://api.kexp.org/v2/plays/3570239/?format=api",
    "airdate": "2025-10-26T13:07:30-07:00",
    "show": 64940,
    "show_uri": "https://api.kexp.org/v2/shows/64940/?format=api",
    "image_uri": "https://coverartarchive.org/release/52dda2f2-d7ee-4ec5-b00e-b1f4f86ebb95/36789594055-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/52dda2f2-d7ee-4ec5-b00e-b1f4f86ebb95/36789594055-250.jpg",
    "song": "Chameleon",
    "track_id": null,
    "recording_id": "1df11035-0a12-4bce-ab72-41bbd0f9fde3",
    "artist": "Herbie Hancock",
    "artist_ids": [
        "27613b78-1b9d-4ec3-9db5-fa0743465fdd"
    ],
    "album": "Head Hunters",
    "release_id": null,
    "release_group_id": "322f18bb-5491-38e9-9044-c0a468651eec",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1973-10-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Head Hunters\", Herbie Hancock's 12th studio album, released on this day in 1973.\n\nThat fabulous 12-note bass line is played by Herbie Hancock on the Minimoog.  What sounds like a rhythm guitar is, in fact, a Clavinet. That's Harvey Mason on drums and Bernie Maupin on saxophone.\n\nhttps://www.herbiehancock.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}