Information about plays

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

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

{
    "id": 3581722,
    "uri": "https://api.kexp.org/v2/plays/3581722/?format=api",
    "airdate": "2025-11-23T01:17:03-08:00",
    "show": 65185,
    "show_uri": "https://api.kexp.org/v2/shows/65185/?format=api",
    "image_uri": "https://coverartarchive.org/release/cad15579-dd36-4407-bc8a-2f15e1fb4ff1/23962845955-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cad15579-dd36-4407-bc8a-2f15e1fb4ff1/23962845955-250.jpg",
    "song": "Despoilment",
    "track_id": null,
    "recording_id": "088f2a24-a517-4f8f-87d2-467a0b9473e7",
    "artist": "Witch Vomit",
    "artist_ids": [
        "ed8760ad-de04-449b-a72a-bd1a1b7a4f23"
    ],
    "album": "Buried Deep in a Bottomless Grave",
    "release_id": null,
    "release_group_id": "5549d322-9626-4d83-96c2-400166931913",
    "labels": [
        "20 Buck Spin"
    ],
    "label_ids": [
        "50075f28-ed80-4926-bce0-776f9239f237"
    ],
    "release_date": "2019-08-30",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Portland, OR in 2012 and featuring members of Hemorrhoid and Torture Rack.\n\nhttps://20buckspin.bandcamp.com/album/abhorrent-rapture\nhttps://www.facebook.com/WebsOfHorror",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}