Information about plays

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

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

{
    "id": 3528649,
    "uri": "https://api.kexp.org/v2/plays/3528649/?format=api",
    "airdate": "2025-07-18T15:23:14-07:00",
    "show": 64046,
    "show_uri": "https://api.kexp.org/v2/shows/64046/?format=api",
    "image_uri": "https://ia801606.us.archive.org/12/items/mbid-3bac2616-0179-3797-bf51-dc0e6c190d45/mbid-3bac2616-0179-3797-bf51-dc0e6c190d45-9518114218_thumb500.jpg",
    "thumbnail_uri": "https://ia601606.us.archive.org/12/items/mbid-3bac2616-0179-3797-bf51-dc0e6c190d45/mbid-3bac2616-0179-3797-bf51-dc0e6c190d45-9518114218_thumb250.jpg",
    "song": "Flute Loop",
    "track_id": "703eda15-a81c-3d9e-9c73-322ffa278e7e",
    "recording_id": "d73dc8b0-d7dd-486b-9fec-a709373ff081",
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Ill Communication",
    "release_id": "3bac2616-0179-3797-bf51-dc0e6c190d45",
    "release_group_id": "1134696c-1078-3c38-bcaa-4ee7c320670a",
    "labels": [
        "Grand Royal"
    ],
    "label_ids": [
        "9844e78d-d74a-4722-a28b-5f5ff840b6ad"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Off of 1994's Ill Communication album, \"Flute Loop\" by Beastie Boys sampled The Blues Project's \"Flute Thing\". https://www.whosampled.com/Beastie-Boys/Flute-Loop/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}