Information about plays

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

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

{
    "id": 3633487,
    "uri": "https://api.kexp.org/v2/plays/3633487/?format=api",
    "airdate": "2026-03-25T11:54:01-07:00",
    "show": 66276,
    "show_uri": "https://api.kexp.org/v2/shows/66276/?format=api",
    "image_uri": "https://coverartarchive.org/release/e9252cd9-c569-4374-884b-9331efbe23f5/16457132893-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e9252cd9-c569-4374-884b-9331efbe23f5/16457132893-250.jpg",
    "song": "Silvia",
    "track_id": null,
    "recording_id": "06955a93-2982-483b-bd28-b01bd8033e2a",
    "artist": "Miike Snow",
    "artist_ids": [
        "753a1564-aaef-4d39-bc68-4a8d5e328cf7"
    ],
    "album": "Miike Snow",
    "release_id": null,
    "release_group_id": "ab76c410-5caf-4ccb-aa4c-0a6fe54167ec",
    "labels": [],
    "label_ids": [],
    "release_date": "2009-05-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track off the third album from the Swedish band is based off a real person. Andrew Wyatt of Miike Snow told Notion in 2016 that this album, \"kicked off with the first time anyone’s really ever broken my heart and it was a long process of recovery, much longer than I thought it would be.\" \n--\nBack in 2009 Miike Snow performed \"Burial\" from his debut album live in the old KEXP studio! https://bit.ly/3QCLmhi",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}