Information about plays

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

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

{
    "id": 3343815,
    "uri": "https://api.kexp.org/v2/plays/3343815/?format=api",
    "airdate": "2024-05-04T18:29:51-07:00",
    "show": 60125,
    "show_uri": "https://api.kexp.org/v2/shows/60125/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "These Days",
    "track_id": null,
    "recording_id": null,
    "artist": "Bug Seance",
    "artist_ids": [
        "84163df7-1068-432e-9537-f8af83c6755f"
    ],
    "album": "I'm Right Here EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Bug Seance is a five-piece heavy and dreamy band based in Portland, OR. In its five years of existence, the project has evolved to become a thoughtfully crafted blend of emo, post-rock, and shoegaze elements. In 2022, Bug Seance had the opportunity to play with Philly-based emo legends Algernon Cadwallader on their west coast reunion tour. Bug Seance has also played alongside acts such as Glacier Veins, Glitterer, Fred Mascherino (of Taking Back Sunday), MAITA, and Soft Kill.",
    "play_type": "trackplay"
}