Information about plays

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

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

{
    "id": 3532241,
    "uri": "https://api.kexp.org/v2/plays/3532241/?format=api",
    "airdate": "2025-07-27T02:28:40-07:00",
    "show": 64126,
    "show_uri": "https://api.kexp.org/v2/shows/64126/?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": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1983-12-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 2017, the Prince of Darkness performed \"Bark at the Moon\" live during a full solar eclipse in Carterville, Illinois.\n\nhttps://youtu.be/2j3kF2EexDo?si=zzLIOEQLWmcO6sX1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}