Information about plays

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

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

{
    "id": 3429188,
    "uri": "https://api.kexp.org/v2/plays/3429188/?format=api",
    "airdate": "2024-11-23T18:50:16-08:00",
    "show": 61929,
    "show_uri": "https://api.kexp.org/v2/shows/61929/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Telepathic Lovesick Heart",
    "track_id": null,
    "recording_id": "a49685fe-f2a7-4f85-b2bd-a77ba3737027",
    "artist": "Slender Means",
    "artist_ids": [
        "183473aa-5550-4dfb-befb-505b9e9bee2a"
    ],
    "album": "Neon & Ruin",
    "release_id": null,
    "release_group_id": "927f36ac-1bf6-3d6a-8769-1b2e0a06bc2d",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Request for Bjorn!\n\nSlender Means was an indie rock band from Seattle, Washington. Their debut album, Neon & Ruin on Mt. Fuji Records, was released Tuesday, August 23, 2005, on Mt. Fuji Records. In 2007 they put out a five-song E.P. containing previously unreleased material and a live track from the 90.3 KEXP show, Audioasis.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}