Information about plays

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

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

{
    "id": 3544932,
    "uri": "https://api.kexp.org/v2/plays/3544932/?format=api",
    "airdate": "2025-08-26T05:11:36-07:00",
    "show": 64391,
    "show_uri": "https://api.kexp.org/v2/shows/64391/?format=api",
    "image_uri": "https://ia903409.us.archive.org/17/items/mbid-c93e0eef-e172-42ee-bff6-8f0dfce5a512/mbid-c93e0eef-e172-42ee-bff6-8f0dfce5a512-8007028439_thumb500.jpg",
    "thumbnail_uri": "https://ia803409.us.archive.org/17/items/mbid-c93e0eef-e172-42ee-bff6-8f0dfce5a512/mbid-c93e0eef-e172-42ee-bff6-8f0dfce5a512-8007028439_thumb250.jpg",
    "song": "One of These Days",
    "track_id": "6bc4e4e0-5410-3fc0-8647-4a093bed1b25",
    "recording_id": "e8c1dfd6-348a-4766-a2d9-28928bdf7d16",
    "artist": "The Velvet Underground",
    "artist_ids": [
        "94b0fb9d-a066-4823-b2ec-af1d324bcfcf"
    ],
    "album": "VU",
    "release_id": "c93e0eef-e172-42ee-bff6-8f0dfce5a512",
    "release_group_id": "3d559b49-c079-3251-92d4-0ce468f046ed",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "1985-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born on this day in 1944, Maureen \"Moe\" Tucker of The Velvet Underground!\n\nMaureen \"Moe\" Tucker is an American musician and singer-songwriter best known as the minimalist and unconventional drummer for the pioneering art-rock band The Velvet Underground. Without any formal training, she taught herself to play drums by playing along to records. Her biggest influences included Nigerian percussionist Babatunde Olatunji and rock and roll pioneer Bo Diddley.\n\nAfter the band's initial run, she took a long hiatus to raise her family before returning in the 1980s for a solo career.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}