Information about plays

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

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

{
    "id": 3570002,
    "uri": "https://api.kexp.org/v2/plays/3570002/?format=api",
    "airdate": "2025-10-25T23:06:36-07:00",
    "show": 64935,
    "show_uri": "https://api.kexp.org/v2/shows/64935/?format=api",
    "image_uri": "https://coverartarchive.org/release/c054dfc4-6023-4ff0-b441-0f5427344b7a/31829732691-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c054dfc4-6023-4ff0-b441-0f5427344b7a/31829732691-250.jpg",
    "song": "Like a Zombie",
    "track_id": null,
    "recording_id": "81a2cf61-e09a-444a-8449-fe91600471d1",
    "artist": "The Cutthroat Brothers & Mike Watt",
    "artist_ids": [
        "83c3dd0a-a158-4ac7-8e16-89e5181d669b",
        "568203ae-c27b-4990-8997-09c0d5c0de77"
    ],
    "album": "Devil in Berlin",
    "release_id": null,
    "release_group_id": "1deaae66-c235-415e-b18f-1cc1323289b5",
    "labels": [
        "Hound Gawd! Records"
    ],
    "label_ids": [
        "46ae0d5f-1be6-44f3-9ce1-934bb3ee7fc3"
    ],
    "release_date": "2021-12-10",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "w/ Donny from Zeke\n\nThe Cutthroat Brothers & Mike Watt is a collaboration between the punk duo The Cutthroat Brothers and legendary bassist Mike Watt (known for bands like the Minutemen and Firehose).\n\nhttps://houndgawd.bandcamp.com/album/devil-in-berlin",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}