Information about plays

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

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

{
    "id": 3575830,
    "uri": "https://api.kexp.org/v2/plays/3575830/?format=api",
    "airdate": "2025-11-09T01:55:30-08:00",
    "show": 65061,
    "show_uri": "https://api.kexp.org/v2/shows/65061/?format=api",
    "image_uri": "https://coverartarchive.org/release/b81dd057-d08c-4329-84b4-5a09cd9f5f32/32914399400-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b81dd057-d08c-4329-84b4-5a09cd9f5f32/32914399400-250.jpg",
    "song": "Demoralizer",
    "track_id": null,
    "recording_id": "b95f234e-66ac-4b51-b33d-3f912df3b901",
    "artist": "Municipal Waste",
    "artist_ids": [
        "b5a31e9b-1fa2-45f9-91f5-b3a25fb38038"
    ],
    "album": "Electrified Brain",
    "release_id": null,
    "release_group_id": "871dce84-ad24-4223-9df7-0024ca48a4af",
    "labels": [
        "Nuclear Blast"
    ],
    "label_ids": [
        "3bc70925-d654-4906-b7c0-5135d993495e"
    ],
    "release_date": "2022-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Municipal Waste just wrapped up a US tour with Cannibal Corpse.\n\nhttps://www.facebook.com/Municipalwaste\nhttps://www.municipalwaste.net/welcome\nhttps://municipal-waste.bandcamp.com/album/electrified-brain-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}