Information about plays

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

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

{
    "id": 3633901,
    "uri": "https://api.kexp.org/v2/plays/3633901/?format=api",
    "airdate": "2026-03-26T13:18:32-07:00",
    "show": 66285,
    "show_uri": "https://api.kexp.org/v2/shows/66285/?format=api",
    "image_uri": "https://coverartarchive.org/release/7e6a0059-6fec-4cfc-ab88-55f85bd4320e/7124932006-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7e6a0059-6fec-4cfc-ab88-55f85bd4320e/7124932006-250.jpg",
    "song": "Bark at the Moon",
    "track_id": null,
    "recording_id": "29d1a35f-51fd-4b55-abe9-2d04fd926fca",
    "artist": "Ozzy Osbourne",
    "artist_ids": [
        "8aa5b65a-5b3c-4029-92bf-47a544356934"
    ],
    "album": "Bark at the Moon",
    "release_id": null,
    "release_group_id": "de3c9808-9652-35ed-9022-dcc907ae3410",
    "labels": [],
    "label_ids": [],
    "release_date": "1983-12-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Bark at the Moon\" was the first studio album Ozzy released without lead guitarist Randy Rhoads, who died in a plane crash the year before while the band was touring in Florida. \n--\nThat's Jake E. Lee on guitar. Lee and bass player Bob Daisley wrote the song with Ozzy, but weren't credited as part of an agreement they made with Osbourne's record company. The album lists Ozzy as the solo composer of all the songs, which is far from true.\n--\nIn 2017, the Prince of Darkness performed \"Bark at the Moon\" live during a full solar eclipse in Carterville, Illinois. https://youtu.be/2j3kF2EexDo?si=zzLIOEQLWmcO6sX1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}