Information about plays

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

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

{
    "id": 3545795,
    "uri": "https://api.kexp.org/v2/plays/3545795/?format=api",
    "airdate": "2025-08-28T07:39:38-07:00",
    "show": 64408,
    "show_uri": "https://api.kexp.org/v2/shows/64408/?format=api",
    "image_uri": "https://ia802302.us.archive.org/18/items/mbid-4bb52677-345b-4dfd-806d-bac9ce3f1ae5/mbid-4bb52677-345b-4dfd-806d-bac9ce3f1ae5-30749370686_thumb500.jpg",
    "thumbnail_uri": "https://ia802302.us.archive.org/18/items/mbid-4bb52677-345b-4dfd-806d-bac9ce3f1ae5/mbid-4bb52677-345b-4dfd-806d-bac9ce3f1ae5-30749370686_thumb250.jpg",
    "song": "Is This Real?",
    "track_id": "71b8972e-ce58-3457-bbd1-c96c7f71eb2f",
    "recording_id": "4810c130-e954-4c75-8dff-7a507324fed9",
    "artist": "Wipers",
    "artist_ids": [
        "65aac2dc-216c-4b1a-8501-45567c901c0e"
    ],
    "album": "Is This Real?",
    "release_id": "4bb52677-345b-4dfd-806d-bac9ce3f1ae5",
    "release_group_id": "8601dff5-2db0-3dbb-aeda-65de9635786e",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1993-02-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "In 2020, The Wipers' Greg Sage looked back forty years to the release of the album \"Is This Real?\" The debut from the Portland band influenced Nirvana, Mudhoney, and countless others.: https://www.youtube.com/watch?v=QR98xyqaq9Q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}