Information about plays

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

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

{
    "id": 3661027,
    "uri": "https://api.kexp.org/v2/plays/3661027/?format=api",
    "airdate": "2026-05-29T12:59:04-07:00",
    "show": 66844,
    "show_uri": "https://api.kexp.org/v2/shows/66844/?format=api",
    "image_uri": "https://dn711408.ca.archive.org/0/items/mbid-b06c3767-685c-3ad0-93a3-e38895601aa9/mbid-b06c3767-685c-3ad0-93a3-e38895601aa9-1309471420_thumb500.jpg",
    "thumbnail_uri": "https://dn711408.ca.archive.org/0/items/mbid-b06c3767-685c-3ad0-93a3-e38895601aa9/mbid-b06c3767-685c-3ad0-93a3-e38895601aa9-1309471420_thumb250.jpg",
    "song": "Supermassive Black Hole",
    "track_id": "bd961c5d-e99d-30c5-a08b-a1db2622fd32",
    "recording_id": "ff1e3e1a-f6e8-4692-b426-355880383bb6",
    "artist": "Muse",
    "artist_ids": [
        "9c9f1380-2516-4fc9-a3e6-f9f61941d090"
    ],
    "album": "Black Holes and Revelations",
    "release_id": "1f9ebf40-205c-45a9-8fe2-6be1d5ef3169",
    "release_group_id": "af2e8e23-e9c3-4e67-8ad8-66387c5898fd",
    "labels": [
        "Warner Bros. Records",
        "Helium-3"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71",
        "d4f0db8b-9626-4237-9753-8d3296521e71"
    ],
    "release_date": "2006-06-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 2006 song by English band Muse was infamously featured in the soundtrack of the 2008 fantasy romance film Twilight. It plays during the vampires' baseball game in the middle of a storm.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}