Information about plays

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

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

{
    "id": 3548680,
    "uri": "https://api.kexp.org/v2/plays/3548680/?format=api",
    "airdate": "2025-09-04T03:23:35-07:00",
    "show": 64468,
    "show_uri": "https://api.kexp.org/v2/shows/64468/?format=api",
    "image_uri": "https://ia601403.us.archive.org/4/items/mbid-349faf3a-8637-4059-b9af-47c7c4c1d722/mbid-349faf3a-8637-4059-b9af-47c7c4c1d722-3076325707_thumb500.jpg",
    "thumbnail_uri": "https://ia601403.us.archive.org/4/items/mbid-349faf3a-8637-4059-b9af-47c7c4c1d722/mbid-349faf3a-8637-4059-b9af-47c7c4c1d722-3076325707_thumb250.jpg",
    "song": "Shut Em Down (Pe-Te Rock Mixx)",
    "track_id": "75a66419-a56a-4258-8272-bf357b0fd8b2",
    "recording_id": "ba6353a6-739d-4305-8d96-c4c9f2f9493d",
    "artist": "Public Enemy",
    "artist_ids": [
        "bf2e15d0-4b77-469e-bfb4-f8414415baca"
    ],
    "album": "Shut Em Down",
    "release_id": "ded0f11c-3701-4ac7-b5b3-4546e09e1527",
    "release_group_id": "aacc151f-3d2b-35e0-b8c0-1e88510cb8ff",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Steve!\n\nThe fourth single from Public Enemy's fourth studio album- released in 1991 -  'Apocalypse 91...The Enemy Strikes Black'.\n\n\"Shut Em Down\" was one of Public Enemy's statements against capitalist America, positioning the group directly opposite to major corporations stealing from the black community without supporting in return. As Chuck D said, \"the best way to boycott a business is to start your own.\"\n\nVideo!\nhttps://youtu.be/LXCrkY5WNA0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}