Information about plays

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

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

{
    "id": 3656909,
    "uri": "https://api.kexp.org/v2/plays/3656909/?format=api",
    "airdate": "2026-05-19T17:14:31-07:00",
    "show": 66761,
    "show_uri": "https://api.kexp.org/v2/shows/66761/?format=api",
    "image_uri": "https://ia902803.us.archive.org/0/items/mbid-5f29d405-be8f-4cfc-8542-82fa88fc3456/mbid-5f29d405-be8f-4cfc-8542-82fa88fc3456-45125012811_thumb500.jpg",
    "thumbnail_uri": "https://dn711403.ca.archive.org/0/items/mbid-5f29d405-be8f-4cfc-8542-82fa88fc3456/mbid-5f29d405-be8f-4cfc-8542-82fa88fc3456-45125012811_thumb250.jpg",
    "song": "Life During Wartime",
    "track_id": "561588ed-1d91-45a8-9133-f31a835e1898",
    "recording_id": "4caf93ef-c54d-4ad3-b30c-398574f5bda3",
    "artist": "Brooklyn Funk Essentials",
    "artist_ids": [
        "280d9262-c2fd-4875-a971-13a28a22f18b"
    ],
    "album": "Black Butterfly",
    "release_id": "5f29d405-be8f-4cfc-8542-82fa88fc3456",
    "release_group_id": "7a0cd172-ec60-49d5-b8d0-afb2d177776c",
    "labels": [
        "Dorado"
    ],
    "label_ids": [
        "5e13f33b-f26b-4a73-83e3-8dddbbcfe0b0"
    ],
    "release_date": "2026-05-15",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brooklyn Funk Essentials' new take on the Talking Heads classic. Their latest album, Black Butterfly released just last week!\nhttps://www.brooklynfunkessentials.com\nhttps://brooklynfunkessentials.bandcamp.com/album/black-butterfly",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}