Information about plays

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

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

{
    "id": 3640540,
    "uri": "https://api.kexp.org/v2/plays/3640540/?format=api",
    "airdate": "2026-04-11T02:38:27-07:00",
    "show": 66420,
    "show_uri": "https://api.kexp.org/v2/shows/66420/?format=api",
    "image_uri": "https://coverartarchive.org/release/b34342e1-575a-41cf-97e5-c9d838293c2a/31791617690-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b34342e1-575a-41cf-97e5-c9d838293c2a/31791617690-250.jpg",
    "song": "I Can’t Live in a Living Room",
    "track_id": null,
    "recording_id": "2693a832-2b41-499d-958a-98e23ad3b18c",
    "artist": "Red Zebra",
    "artist_ids": [
        "bad3dadb-1ac2-46b8-ae10-9480593cb36e"
    ],
    "album": "Killed By Deathrock, Volume Two",
    "release_id": null,
    "release_group_id": "c6117667-3814-4d9d-be78-d7b49773d83f",
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2016-11-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://sacredbonesrecords.bandcamp.com/album/killed-by-deathrock-vol-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}