Information about plays

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

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

{
    "id": 3624750,
    "uri": "https://api.kexp.org/v2/plays/3624750/?format=api",
    "airdate": "2026-03-03T09:26:09-08:00",
    "show": 66079,
    "show_uri": "https://api.kexp.org/v2/shows/66079/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Destroy Rock & Roll (Tom Neville's clean edit)",
    "track_id": "9a107924-38f2-37fe-bcf7-72cd2427b299",
    "recording_id": "9881073f-6c5a-44d8-8f7c-0b08f5d5dc7e",
    "artist": "Mylo",
    "artist_ids": [
        "a066b730-3809-4b39-a091-2297d40b51db"
    ],
    "album": "Destroy Rock & Roll",
    "release_id": "6e408032-0296-4585-8f56-a02ce975ecb3",
    "release_group_id": "78b95d1b-47b5-3247-a10f-c46318354e05",
    "labels": [
        "RED Ink"
    ],
    "label_ids": [
        "c2bc2c32-3b01-4671-8c67-b11db0f4b5be"
    ],
    "release_date": "2006-02-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Myles MacInnes better known by his stage name Mylo, is a Scottish electronic musician and record producer\n==\nThe song samples “Invocation for Judgement Against and Destruction of Rock Music” by religious organization Church Universal and Triumphant in which they mention artists they feel are doing stuff that will send them (and their fans) to hell.\n--\nRead the lyrics for a complete list of the artists: https://genius.com/Mylo-destroy-rock-and-roll-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}