Information about plays

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

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

{
    "id": 3636096,
    "uri": "https://api.kexp.org/v2/plays/3636096/?format=api",
    "airdate": "2026-03-31T17:24:49-07:00",
    "show": 66331,
    "show_uri": "https://api.kexp.org/v2/shows/66331/?format=api",
    "image_uri": "https://dn710805.ca.archive.org/0/items/mbid-e9dd84b8-a8d3-47c7-921d-65a8c50373f7/mbid-e9dd84b8-a8d3-47c7-921d-65a8c50373f7-44712486334_thumb500.jpg",
    "thumbnail_uri": "https://dn710805.ca.archive.org/0/items/mbid-e9dd84b8-a8d3-47c7-921d-65a8c50373f7/mbid-e9dd84b8-a8d3-47c7-921d-65a8c50373f7-44712486334_thumb250.jpg",
    "song": "Everything Evil",
    "track_id": "a1ffeea2-1fa1-4487-8e02-c99cb04ba77e",
    "recording_id": "fb117360-d43d-4b34-b999-5e92d0c7269d",
    "artist": "Elephant Stone",
    "artist_ids": [
        "3cc33cc1-17bc-4859-bac3-41ccd0e53f79"
    ],
    "album": "ASHA",
    "release_id": "e9dd84b8-a8d3-47c7-921d-65a8c50373f7",
    "release_group_id": "136a4a46-5e89-4079-bbff-ef09b260db8f",
    "labels": [
        "Elephants On Parade"
    ],
    "label_ids": [
        "2e6437bc-4501-4440-99e8-49741852fb44"
    ],
    "release_date": "2026-08-28",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Elephant Stone is a Montreal-based psych-pop band. Their latest album, ASHA is set to be released August 28th and is available for pre-order now: https://elephantstonemusic.bandcamp.com/album/asha",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}