Information about plays

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

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

{
    "id": 3572281,
    "uri": "https://api.kexp.org/v2/plays/3572281/?format=api",
    "airdate": "2025-10-31T16:24:49-07:00",
    "show": 64985,
    "show_uri": "https://api.kexp.org/v2/shows/64985/?format=api",
    "image_uri": "https://ia902900.us.archive.org/5/items/mbid-8b7f0d34-b01a-4d43-ad36-3f55c2397cb0/mbid-8b7f0d34-b01a-4d43-ad36-3f55c2397cb0-1742177024_thumb500.jpg",
    "thumbnail_uri": "https://ia902900.us.archive.org/5/items/mbid-8b7f0d34-b01a-4d43-ad36-3f55c2397cb0/mbid-8b7f0d34-b01a-4d43-ad36-3f55c2397cb0-1742177024_thumb250.jpg",
    "song": "Reagan’s Skeleton",
    "track_id": "c83ff1a2-0ffc-3cf8-b0ad-a21c022acb97",
    "recording_id": "bbbab3ee-1583-4995-9b05-6884b2f8027b",
    "artist": "Yeasayer",
    "artist_ids": [
        "3feba7fa-3837-424a-b4f1-0077d217f569"
    ],
    "album": "Fragrant World",
    "release_id": "8b7f0d34-b01a-4d43-ad36-3f55c2397cb0",
    "release_group_id": "02870f57-f1e0-4224-b4e4-8883a41e3df8",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2012-08-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yeasayer was an American experimental rock band from Brooklyn, New York, formed in 2006",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}