Information about plays

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

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

{
    "id": 3523013,
    "uri": "https://api.kexp.org/v2/plays/3523013/?format=api",
    "airdate": "2025-07-05T15:15:46-07:00",
    "show": 63929,
    "show_uri": "https://api.kexp.org/v2/shows/63929/?format=api",
    "image_uri": "https://ia800908.us.archive.org/34/items/mbid-fdc1cde1-8990-4e0a-b661-acf67d01c4d8/mbid-fdc1cde1-8990-4e0a-b661-acf67d01c4d8-42389199216_thumb500.jpg",
    "thumbnail_uri": "https://ia600908.us.archive.org/34/items/mbid-fdc1cde1-8990-4e0a-b661-acf67d01c4d8/mbid-fdc1cde1-8990-4e0a-b661-acf67d01c4d8-42389199216_thumb250.jpg",
    "song": "Do Nothing",
    "track_id": "9c28910a-b1f8-420e-b3d3-4105aa21f0f7",
    "recording_id": "b5e93c0c-338d-4741-b4c9-526d925a062b",
    "artist": "Bass Drum of Death",
    "artist_ids": [
        "de91eca2-c09a-4c92-84d1-3fb80ccd6d59"
    ],
    "album": "Do Nothing",
    "release_id": "fdc1cde1-8990-4e0a-b661-acf67d01c4d8",
    "release_group_id": "17e6a26e-f859-46dd-9e99-b5ba52847cc2",
    "labels": [
        "Cobraside"
    ],
    "label_ids": [
        "2d430eac-adf6-4373-b7d6-541a1e69c6d8"
    ],
    "release_date": "2025-06-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New track!!\nPlaying at Brick and Mortar in SF November 8th & Madame Lou's November 12\nhttps://www.bassdrumofdeath.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}