Information about plays

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

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

{
    "id": 3522601,
    "uri": "https://api.kexp.org/v2/plays/3522601/?format=api",
    "airdate": "2025-07-04T15:52:06-07:00",
    "show": 63917,
    "show_uri": "https://api.kexp.org/v2/shows/63917/?format=api",
    "image_uri": "https://ia801807.us.archive.org/5/items/mbid-8448fd33-00d2-4e3b-9fdd-e04c170bd7bf/mbid-8448fd33-00d2-4e3b-9fdd-e04c170bd7bf-2623625644_thumb500.jpg",
    "thumbnail_uri": "https://ia801807.us.archive.org/5/items/mbid-8448fd33-00d2-4e3b-9fdd-e04c170bd7bf/mbid-8448fd33-00d2-4e3b-9fdd-e04c170bd7bf-2623625644_thumb250.jpg",
    "song": "Pistol Grip Pump",
    "track_id": "f1274a42-6227-3853-8a29-b248e623b1d0",
    "recording_id": "8048ce1a-f904-463e-8ef5-bd1e9736f3e8",
    "artist": "Rage Against the Machine",
    "artist_ids": [
        "3798b104-01cb-484c-a3b0-56adc6399b80"
    ],
    "album": "Renegades",
    "release_id": "8448fd33-00d2-4e3b-9fdd-e04c170bd7bf",
    "release_group_id": "38c1dd77-0116-380c-a4f5-2ea8e13389a3",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mixed by Rich Costey who mixed for CHVRCHES.\n\nhttps://costey.net/\n\nRage Against the Machine covering Volume 10, who sampled Zapp.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}