Information about plays

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

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

{
    "id": 3628986,
    "uri": "https://api.kexp.org/v2/plays/3628986/?format=api",
    "airdate": "2026-03-14T21:21:30-07:00",
    "show": 66183,
    "show_uri": "https://api.kexp.org/v2/shows/66183/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eidolon",
    "track_id": null,
    "recording_id": null,
    "artist": "Poison Ruïn",
    "artist_ids": [
        "99e1a3c4-3f44-4c6d-9098-5380e3056fae"
    ],
    "album": "Hymns from the Hills",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "2026-04-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Poison Ruin's upcoming album, Hymns from the Hills is set to release on April 3rd and physical copies are available for pre-order now.  \n\nYou can check out footage of their live performance at KEXP studios last year by following the link below:\n\nhttps://youtu.be/ngID9PPZwnY?si=um_lyG4zSAhrgNe0\n\nhttps://poisonruin.bandcamp.com/album/hymns-from-the-hills\nhttps://www.poisonru.in/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}