Information about plays

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

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

{
    "id": 3559304,
    "uri": "https://api.kexp.org/v2/plays/3559304/?format=api",
    "airdate": "2025-09-29T18:34:41-07:00",
    "show": 64702,
    "show_uri": "https://api.kexp.org/v2/shows/64702/?format=api",
    "image_uri": "https://coverartarchive.org/release/b4cd0001-cad3-4c89-9687-5a184852c6e3/25331898986-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b4cd0001-cad3-4c89-9687-5a184852c6e3/25331898986-250.jpg",
    "song": "Hypnotic Underworld: Escaped and Lost Down in Medina",
    "track_id": null,
    "recording_id": "1b3b0c78-50a3-4274-b0de-8eca492a922f",
    "artist": "Ghost",
    "artist_ids": [
        "97ea6a8e-2011-45f0-895e-8bb082b1aa64"
    ],
    "album": "Hypnotic Underworld",
    "release_id": null,
    "release_group_id": "dc3fb34b-96b3-3c76-9e0a-a0d5b6bbf61a",
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2004-01-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1984 Ghost was formed in Tokyo. In the beginning, they played only improvisation / freeform music.\n\nhttps://ghostjapan.bandcamp.com/album/hypnotic-underworld",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}