Information about plays

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

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

{
    "id": 3641847,
    "uri": "https://api.kexp.org/v2/plays/3641847/?format=api",
    "airdate": "2026-04-14T05:01:45-07:00",
    "show": 66449,
    "show_uri": "https://api.kexp.org/v2/shows/66449/?format=api",
    "image_uri": "https://dn710603.ca.archive.org/0/items/mbid-e874cafd-1266-4627-962b-3011feb70f0f/mbid-e874cafd-1266-4627-962b-3011feb70f0f-7678581820_thumb500.jpg",
    "thumbnail_uri": "https://dn710603.ca.archive.org/0/items/mbid-e874cafd-1266-4627-962b-3011feb70f0f/mbid-e874cafd-1266-4627-962b-3011feb70f0f-7678581820_thumb250.jpg",
    "song": "NYC Ghosts & Flowers",
    "track_id": "52b22a64-75f3-305e-b207-d478c9884c3c",
    "recording_id": "aa47f6a4-5a30-4a26-9a71-c0c60afcb5ab",
    "artist": "Sonic Youth",
    "artist_ids": [
        "5cbef01b-cc35-4f52-af7b-d0df0c4f61b9"
    ],
    "album": "NYC Ghosts & Flowers",
    "release_id": "e874cafd-1266-4627-962b-3011feb70f0f",
    "release_group_id": "3647fec7-42c3-34a5-ae1a-bdf97f57a6f1",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2000-05-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"NYC Ghosts & Flowers\" is the experimental title track of the band's 2000 album, characterized by its spoken-word delivery and eerie, avant-garde textures.\n\nThe song serves as a tribute to the Beat generation and the \"ghosts\" of New York City’s counterculture, featuring references to poets like d.a. levy. Because it was written right after their gear was stolen, the track relies heavily on \"prepared guitar\" techniques—using files and drumsticks to create dissonant, chiming noises—to evoke a haunting, urban atmosphere.\n\nhttps://sonicyouth.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}