Information about plays

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

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

{
    "id": 3566023,
    "uri": "https://api.kexp.org/v2/plays/3566023/?format=api",
    "airdate": "2025-10-16T18:13:34-07:00",
    "show": 64851,
    "show_uri": "https://api.kexp.org/v2/shows/64851/?format=api",
    "image_uri": "https://ia903103.us.archive.org/9/items/mbid-93907b3c-efac-3fa1-aa1c-86ac0ad15c7f/mbid-93907b3c-efac-3fa1-aa1c-86ac0ad15c7f-18943533465_thumb500.jpg",
    "thumbnail_uri": "https://ia803103.us.archive.org/9/items/mbid-93907b3c-efac-3fa1-aa1c-86ac0ad15c7f/mbid-93907b3c-efac-3fa1-aa1c-86ac0ad15c7f-18943533465_thumb250.jpg",
    "song": "Cold Gin",
    "track_id": "fe3337b2-1cf3-3c93-801c-9c81f6ff78e5",
    "recording_id": "8491bf34-489c-4b22-a88e-63f5c0aef7b5",
    "artist": "KISS",
    "artist_ids": [
        "e1f1e33e-2e4c-4d43-b91b-7064068d3283"
    ],
    "album": "KISS",
    "release_id": "93907b3c-efac-3fa1-aa1c-86ac0ad15c7f",
    "release_group_id": "a997e8ed-6e37-315b-bfdf-cd31f14e3fcc",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1997-07-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Ace Frehley, KISS Co-Founder and Guitarist. \n\nPaul Daniel Frehley was born to a musical family in the Bronx and received an electric guitar as a Christmas present in 1964. He was self taught and starting playing in bands as a teenager, inspired by Jimi Hendrix, Buddy Guy, Jeff Beck, the Rolling Stones, Led Zeppelin and the Who. \n\nhttps://variety.com/2025/music/news/ace-frehley-kiss-lead-guitarist-dead-1236554943/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}