Information about plays

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

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

{
    "id": 3581024,
    "uri": "https://api.kexp.org/v2/plays/3581024/?format=api",
    "airdate": "2025-11-21T11:30:21-08:00",
    "show": 65169,
    "show_uri": "https://api.kexp.org/v2/shows/65169/?format=api",
    "image_uri": "https://ia902302.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": "For KEXP's Cobain 50 podcast, Dusty Henry and Martin Douglas dove into the three albums by the Portland band Wipers. Wipers have the most entries on Kurt Cobain's list of most influential albums! Greg Sage's melodic punk riffs not only inspired Nirvana, but also other Northwest bands before them, including The Melvins and Mudhoney. \n\nhttps://www.kexp.org/podcasts/cobain50/2024/6/12/wipers-is-this-real-1980-youth-of-america-1981-and-over-the-edge-1983/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}