Information about plays

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

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

{
    "id": 3598770,
    "uri": "https://api.kexp.org/v2/plays/3598770/?format=api",
    "airdate": "2026-01-01T09:54:10-08:00",
    "show": 65531,
    "show_uri": "https://api.kexp.org/v2/shows/65531/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shanghai",
    "track_id": "ddde4e0e-dae3-420d-bcdb-d5d67361e323",
    "recording_id": "4bf596f9-5b03-48c1-99cf-52ee330dd395",
    "artist": "King Gizzard & The Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Butterfly 3000",
    "release_id": "99517c21-0583-45c5-96e6-b90575090e45",
    "release_group_id": "0d818618-f507-4a76-a245-7b9c86738b68",
    "labels": [
        "KGLW"
    ],
    "label_ids": [
        "4b3b4fbf-67fa-4693-be97-dc0e4d6385f5"
    ],
    "release_date": "2021-06-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "King Gizzard & The Lizard Wizard have graced the KEXP studios numerous times, most recently in 2022. You can check out the full slate of performances here: \nhttps://tinyurl.com/ycxpr8r7\n\n\"Shanghai\" comes from the band's 2021 album, Butterfly 3000. \nhttps://kinggizzard.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}