Information about plays

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

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

{
    "id": 3572116,
    "uri": "https://api.kexp.org/v2/plays/3572116/?format=api",
    "airdate": "2025-10-31T06:38:12-07:00",
    "show": 64981,
    "show_uri": "https://api.kexp.org/v2/shows/64981/?format=api",
    "image_uri": "https://ia801901.us.archive.org/1/items/mbid-bee003bb-41cf-3c43-872c-f64cf63b55a9/mbid-bee003bb-41cf-3c43-872c-f64cf63b55a9-26190606322_thumb500.jpg",
    "thumbnail_uri": "https://ia801901.us.archive.org/1/items/mbid-bee003bb-41cf-3c43-872c-f64cf63b55a9/mbid-bee003bb-41cf-3c43-872c-f64cf63b55a9-26190606322_thumb250.jpg",
    "song": "Voodoo Lady",
    "track_id": "1ab85ad4-c9bc-334f-86b5-2c8689965677",
    "recording_id": "7ebc4aae-9a25-46a4-b585-51a682b35d93",
    "artist": "Ween",
    "artist_ids": [
        "c0eee88b-47f2-4cd2-ac48-a045e902a432"
    ],
    "album": "Chocolate and Cheese",
    "release_id": "bee003bb-41cf-3c43-872c-f64cf63b55a9",
    "release_group_id": "53b1e528-4360-3c28-a55c-4263a1ef58c3",
    "labels": [
        "Flying Nun Records"
    ],
    "label_ids": [
        "59fd412e-71df-45b7-97be-37874136fe33"
    ],
    "release_date": "1994-10-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gene Ween (born Aaron Freeman) sings the lead vocal.  That's Michael Melchiondo Jr., (Dean Ween) on guitar. Claude Coleman plays the bongos on the album version. The noise interlude was created by cranking knobs on the guitar amps to create various noise effects.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}