Information about plays

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

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

{
    "id": 3572871,
    "uri": "https://api.kexp.org/v2/plays/3572871/?format=api",
    "airdate": "2025-11-02T00:29:00-07:00",
    "show": 65000,
    "show_uri": "https://api.kexp.org/v2/shows/65000/?format=api",
    "image_uri": "https://coverartarchive.org/release/2ed92f7b-e144-4e77-896a-7febe1f939c1/35975373716-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2ed92f7b-e144-4e77-896a-7febe1f939c1/35975373716-250.jpg",
    "song": "Thermonuclear Devastation",
    "track_id": null,
    "recording_id": "5f359de8-e33b-49ca-9d59-9f8b10ccea10",
    "artist": "Onslaught",
    "artist_ids": [
        "faa76524-c57c-4303-843e-925f5aa02f87"
    ],
    "album": "Power From Hell",
    "release_id": null,
    "release_group_id": "59706f2c-a52a-30e3-af26-8d3ac4a02942",
    "labels": [
        "Candlelight Records USA"
    ],
    "label_ids": [
        "9f9be871-d020-4b62-9638-d833a287fb87"
    ],
    "release_date": "1985-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spinning 2008 Back on Black reissue\n\nOnslaught released their latest album, Origins of Aggression earlier this year.\n\nhttps://www.powerfromhell.com/\nhttps://www.facebook.com/onslaughtuk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}