Information about plays

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

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

{
    "id": 3620798,
    "uri": "https://api.kexp.org/v2/plays/3620798/?format=api",
    "airdate": "2026-02-22T12:14:11-08:00",
    "show": 66002,
    "show_uri": "https://api.kexp.org/v2/shows/66002/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cantaloupe Island",
    "track_id": "9abdb19b-4a2c-3ee1-b8a3-de0097c9a36b",
    "recording_id": "93dfa732-924c-4d9d-b347-4fb7e1617238",
    "artist": "Herbie Hancock",
    "artist_ids": [
        "27613b78-1b9d-4ec3-9db5-fa0743465fdd"
    ],
    "album": "Straight No Chaser",
    "release_id": "7e05cb19-d3e1-435d-b808-9a892fc17ffc",
    "release_group_id": "7eeadf8d-cf16-371f-aedc-3e431ec6a8de",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The legendary jazz pianist got his start his career with in Donald Byrd's group prior to joining the Miles Davis Quintet.\n\nhttps://www.herbiehancock.com/\n\nThis track was sampled in Us3's Cantaloop (Flip Fantasia)\n\nToday we celebrate the birthday of Harvey Mason, born on this day in 1947 in Atlantic City. He was the original drummer for Herbie Hancock's The Headhunters, and is the drummer for Fourplay.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}