Information about plays

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

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

{
    "id": 3571878,
    "uri": "https://api.kexp.org/v2/plays/3571878/?format=api",
    "airdate": "2025-10-30T15:42:41-07:00",
    "show": 64976,
    "show_uri": "https://api.kexp.org/v2/shows/64976/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Do a Thing",
    "track_id": null,
    "recording_id": "4dc14c82-ec62-44f9-b8d0-62db9bb1e69a",
    "artist": "Herbie Hancock",
    "artist_ids": [
        "27613b78-1b9d-4ec3-9db5-fa0743465fdd"
    ],
    "album": "Death Wish",
    "release_id": null,
    "release_group_id": "a5783383-bc63-3319-b681-2ea87c588ddf",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The hook on this tune was sampled for Dr, Octagon's \"Waiting List.\" \n--\nThis was part of the soundtrack for Dino De Laurentiis's 1974 film, \"Death Wish.\" Herbie Hancock is credited for: piano, Fender Rhodes electric piano, Hohner D-6 Clavinet, ARP Odyssey, ARP Soloist, ARP 2600, ARP String Ensemble, conductor, arranger",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}