Information about plays

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

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

{
    "id": 3578158,
    "uri": "https://api.kexp.org/v2/plays/3578158/?format=api",
    "airdate": "2025-11-14T17:47:07-08:00",
    "show": 65108,
    "show_uri": "https://api.kexp.org/v2/shows/65108/?format=api",
    "image_uri": "https://ia800406.us.archive.org/25/items/mbid-1b73753d-e847-4668-b430-0786d150baed/mbid-1b73753d-e847-4668-b430-0786d150baed-24380282713_thumb500.jpg",
    "thumbnail_uri": "https://dn721703.ca.archive.org/0/items/mbid-1b73753d-e847-4668-b430-0786d150baed/mbid-1b73753d-e847-4668-b430-0786d150baed-24380282713_thumb250.jpg",
    "song": "Izm",
    "track_id": "d594ebc8-2edc-408e-95e0-85166edad8df",
    "recording_id": "4d68840f-2ca6-412d-89dd-834507e8f78c",
    "artist": "Battles feat. Shabazz Palaces",
    "artist_ids": [
        "8522b9b6-b295-48d7-9a10-8618fb80beb8",
        "6462c4f6-6f69-4636-a835-02eebe81c90f"
    ],
    "album": "Juice B Crypts",
    "release_id": "1b73753d-e847-4668-b430-0786d150baed",
    "release_group_id": "d2c2b224-5331-48fa-91f8-2a52aa7c6573",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2019-10-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From the fourth full-length album from New York experimental rock group Battles, featuring special guest Ismael Butler of Shabazz Palaces on this track. https://battles.bandcamp.com/album/juice-b-crypts",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}