Information about plays

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

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

{
    "id": 3636090,
    "uri": "https://api.kexp.org/v2/plays/3636090/?format=api",
    "airdate": "2026-03-31T16:59:27-07:00",
    "show": 66331,
    "show_uri": "https://api.kexp.org/v2/shows/66331/?format=api",
    "image_uri": "https://dn720003.ca.archive.org/0/items/mbid-eb6b1cf0-17eb-4c92-9f2e-68abe570cc37/mbid-eb6b1cf0-17eb-4c92-9f2e-68abe570cc37-44691076254_thumb500.jpg",
    "thumbnail_uri": "https://dn720003.ca.archive.org/0/items/mbid-eb6b1cf0-17eb-4c92-9f2e-68abe570cc37/mbid-eb6b1cf0-17eb-4c92-9f2e-68abe570cc37-44691076254_thumb250.jpg",
    "song": "Perfect We Are Not",
    "track_id": "7e81f5cc-88f9-452b-8dc1-0d999c9730e7",
    "recording_id": "830da29f-fc3f-4d85-bcf4-61be8403cae3",
    "artist": "Soulwax",
    "artist_ids": [
        "68ec1b08-3c2e-40b3-b0af-8f323743fdff"
    ],
    "album": "Perfect We Are Not",
    "release_id": "eb6b1cf0-17eb-4c92-9f2e-68abe570cc37",
    "release_group_id": "d7aaf91f-2c5c-4a6f-9757-9c837d8e342e",
    "labels": [
        "Soulwax"
    ],
    "label_ids": [
        "0d2bcbeb-1167-4c78-a2a4-7c7bca269a19"
    ],
    "release_date": "2026-03-25",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New from Belgian electronic band Soulwax. \nThis track emerges directly from the band’s recent Abbey Road After Hours project - a unique collaboration with the iconic London studio that saw Soulwax take over the building for a series of recording sessions and a landmark live event.\nhttps://soulwax.bandcamp.com/album/perfect-we-are-not",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}