Information about plays

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

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

{
    "id": 3633567,
    "uri": "https://api.kexp.org/v2/plays/3633567/?format=api",
    "airdate": "2026-03-25T17:18:39-07:00",
    "show": 66278,
    "show_uri": "https://api.kexp.org/v2/shows/66278/?format=api",
    "image_uri": "https://dn710003.ca.archive.org/0/items/mbid-d3e2b2c1-6dcf-450e-924c-49e3cc6294c7/mbid-d3e2b2c1-6dcf-450e-924c-49e3cc6294c7-38845129503_thumb500.jpg",
    "thumbnail_uri": "https://dn710003.ca.archive.org/0/items/mbid-d3e2b2c1-6dcf-450e-924c-49e3cc6294c7/mbid-d3e2b2c1-6dcf-450e-924c-49e3cc6294c7-38845129503_thumb250.jpg",
    "song": "Burning Down the House",
    "track_id": "01162f04-f6da-4afc-8824-b2121ef1964b",
    "recording_id": "ac79a73d-b0cc-4edf-88fd-70a06ebf3ef3",
    "artist": "Paramore",
    "artist_ids": [
        "44cf61b8-5197-448a-b82b-cef6ee89fac5"
    ],
    "album": "Everyone's Getting Involved: A Tribute to Talking Heads' Stop Making Sense",
    "release_id": "d3e2b2c1-6dcf-450e-924c-49e3cc6294c7",
    "release_group_id": "08d56581-a3c8-4f77-b089-1fa233c08635",
    "labels": [
        "A24 Music"
    ],
    "label_ids": [
        "0517f171-5b38-4313-8558-0e8695e7ce4c"
    ],
    "release_date": "2024-05-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "That's Hayley Williams' charismatic voice on this cover of Talking Heads' \"Burning Down the House.\"\n--\nFrom Everyone’s Getting Involved: A Tribute to Talking Heads’ Stop Making Sense, which also features tracks from artists including Lorde and The National and Toro y Moi offering their unique interpretations of Talking Heads' tracks. Paramore offer their take on Talking Heads' \"Burning Down The House.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}