Information about plays

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

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

{
    "id": 3549760,
    "uri": "https://api.kexp.org/v2/plays/3549760/?format=api",
    "airdate": "2025-09-06T21:16:26-07:00",
    "show": 64495,
    "show_uri": "https://api.kexp.org/v2/shows/64495/?format=api",
    "image_uri": "https://coverartarchive.org/release/d2536163-5c40-4a1b-8ff5-010c785d7109/41795988421-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d2536163-5c40-4a1b-8ff5-010c785d7109/41795988421-250.jpg",
    "song": "Over the Edge",
    "track_id": null,
    "recording_id": "2fa29109-7da7-4453-8f8f-628f03233f9a",
    "artist": "Wipers",
    "artist_ids": [
        "65aac2dc-216c-4b1a-8501-45567c901c0e"
    ],
    "album": "Over the Edge",
    "release_id": null,
    "release_group_id": "1b9b202f-27c8-33bb-b14b-8d82e941107b",
    "labels": [
        "Gift of Life"
    ],
    "label_ids": [
        "7b536a8c-639a-42ce-bf52-b9288e606231"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "For Nick in San Antonio\n\n\nYou can check out the KEXP Cobain 50 Podcast episode on The Wipers 3 albums \"Is This Real?\" (1980), \"Youth of America\" (1981), and \"Over the Edge (1983)\" by following the link below:\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"
}