Information about plays

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

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

{
    "id": 3546913,
    "uri": "https://api.kexp.org/v2/plays/3546913/?format=api",
    "airdate": "2025-08-30T22:10:17-07:00",
    "show": 64472,
    "show_uri": "https://api.kexp.org/v2/shows/64472/?format=api",
    "image_uri": "https://ia601308.us.archive.org/6/items/mbid-fbdc0070-002e-4215-9217-e028c424e57d/mbid-fbdc0070-002e-4215-9217-e028c424e57d-17299204904_thumb500.jpg",
    "thumbnail_uri": "https://ia601308.us.archive.org/6/items/mbid-fbdc0070-002e-4215-9217-e028c424e57d/mbid-fbdc0070-002e-4215-9217-e028c424e57d-17299204904_thumb250.jpg",
    "song": "Violent School",
    "track_id": "37b2cf1f-7f2a-3f49-9cf0-2c42539a1fff",
    "recording_id": "6d963533-0058-49d8-b509-7fd45bb27c39",
    "artist": "The Dead Milkmen",
    "artist_ids": [
        "cdd2e0f0-703d-454d-b5c7-cc3bb6dd5552"
    ],
    "album": "Big Lizard in My Backyard",
    "release_id": "fbdc0070-002e-4215-9217-e028c424e57d",
    "release_group_id": "06a44fee-11d1-3a92-943d-7f7dad49537b",
    "labels": [
        "Restless Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Dead Milkmen released their latest 7\" , Where Billionaires Go to Die just last month!\n\nhttps://thedeadmilkmen1.bandcamp.com/album/where-billionaires-go-to-die-whistle-me-home-harlan-ellison-engine-flameout\n\nhttp://www.deadmilkmen.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}