Information about plays

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

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

{
    "id": 3557574,
    "uri": "https://api.kexp.org/v2/plays/3557574/?format=api",
    "airdate": "2025-09-25T12:53:42-07:00",
    "show": 64657,
    "show_uri": "https://api.kexp.org/v2/shows/64657/?format=api",
    "image_uri": "https://ia801401.us.archive.org/13/items/mbid-313d1094-2bbb-4a2c-941d-92d530a69c4d/mbid-313d1094-2bbb-4a2c-941d-92d530a69c4d-6727767752_thumb500.jpg",
    "thumbnail_uri": "https://ia801401.us.archive.org/13/items/mbid-313d1094-2bbb-4a2c-941d-92d530a69c4d/mbid-313d1094-2bbb-4a2c-941d-92d530a69c4d-6727767752_thumb250.jpg",
    "song": "Is This Real?",
    "track_id": "273ebe08-64ee-35e7-af6c-1f202835f3ee",
    "recording_id": "4810c130-e954-4c75-8dff-7a507324fed9",
    "artist": "Wipers",
    "artist_ids": [
        "65aac2dc-216c-4b1a-8501-45567c901c0e"
    ],
    "album": "Wipers Box Set",
    "release_id": "313d1094-2bbb-4a2c-941d-92d530a69c4d",
    "release_group_id": "1cef754a-63e6-3892-a33d-9568f648e619",
    "labels": [
        "Zeno Records"
    ],
    "label_ids": [
        "9b41e54a-d820-44e5-b4df-cc3836323ef8"
    ],
    "release_date": "2001-10-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Dusty Henry and Martin Douglas dive into the three albums by the Portland band Wipers, the band with the most entries on Kurt Cobain's list of most influential albums as part of The Cobain 50 podcast. 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"
}