Information about plays

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

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

{
    "id": 3569881,
    "uri": "https://api.kexp.org/v2/plays/3569881/?format=api",
    "airdate": "2025-10-25T18:56:45-07:00",
    "show": 64933,
    "show_uri": "https://api.kexp.org/v2/shows/64933/?format=api",
    "image_uri": "https://ia801600.us.archive.org/23/items/mbid-34749ba4-c4c7-3354-9619-1b0f88d8222b/mbid-34749ba4-c4c7-3354-9619-1b0f88d8222b-5930774942_thumb500.jpg",
    "thumbnail_uri": "https://ia801600.us.archive.org/23/items/mbid-34749ba4-c4c7-3354-9619-1b0f88d8222b/mbid-34749ba4-c4c7-3354-9619-1b0f88d8222b-5930774942_thumb250.jpg",
    "song": "The Man Who Sold the World",
    "track_id": "8500b04c-d9c6-3110-9fad-9cb0c997f57d",
    "recording_id": "2a5c6d93-f153-44e5-b747-2bd7b5156212",
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "MTV Unplugged in New York",
    "release_id": "34749ba4-c4c7-3354-9619-1b0f88d8222b",
    "release_group_id": "fb3770f6-83fb-32b7-85c4-1f522a92287e",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "It's Nirvana with this very well-loved Bowie cover!\n\nHere's more about this Bowie cover on this episode of KEXP's podcast \"Cobain 50\": https://www.kexp.org/podcasts/cobain50/2024/8/14/david-bowie-the-man-who-sold-the-world-1970/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}