Information about plays

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

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

{
    "id": 3534067,
    "uri": "https://api.kexp.org/v2/plays/3534067/?format=api",
    "airdate": "2025-07-31T08:25:56-07:00",
    "show": 64160,
    "show_uri": "https://api.kexp.org/v2/shows/64160/?format=api",
    "image_uri": "https://coverartarchive.org/release/b93bd931-dc51-4dc6-961c-05a3e27b5142/3072458247-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b93bd931-dc51-4dc6-961c-05a3e27b5142/3072458247-250.jpg",
    "song": "Mask",
    "track_id": null,
    "recording_id": "dfc9347c-57c4-4292-9b63-1bcf5c457d48",
    "artist": "Bauhaus",
    "artist_ids": [
        "0688add2-c282-4ee2-ba61-223ffdb3c201"
    ],
    "album": "Mask",
    "release_id": null,
    "release_group_id": "b9478bd5-7b9a-326e-8bdf-ad8cf8978f54",
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1981-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday, Daniel Ash, guitarist of Bauhaus!!! (b. 1957)\n--\nBauhaus expanded their style a bit on Mask, particularly by incorporating keyboards and acoustic guitar on songs such as \"The Passion of Lovers\", and funk rhythms and saxophone on tracks like \"Kick in the Eye\", \"Dancing\" and \"In Fear of Fear\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}