Information about plays

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

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

{
    "id": 3520199,
    "uri": "https://api.kexp.org/v2/plays/3520199/?format=api",
    "airdate": "2025-06-29T00:36:24-07:00",
    "show": 63866,
    "show_uri": "https://api.kexp.org/v2/shows/63866/?format=api",
    "image_uri": "https://coverartarchive.org/release/3101ec0b-94c8-4cc2-8079-ae786ba5e838/31324237474-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3101ec0b-94c8-4cc2-8079-ae786ba5e838/31324237474-250.jpg",
    "song": "Flattening of Emotions",
    "track_id": null,
    "recording_id": "df5b6d2d-2964-4b17-af1c-1114ec9d2a24",
    "artist": "Death",
    "artist_ids": [
        "dbb3b771-ae77-4381-b61c-758b5b7898ec"
    ],
    "album": "Human",
    "release_id": null,
    "release_group_id": "6346903b-4480-3b0f-adef-90fe0b338509",
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "1991-10-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on October 22, 1991 by Relativity Records, Human marked the beginning of a major stylistic change for Death, being more technically complex and progressive than the band's previous efforts. this record featured both Paul Masvidal and Sean Reinert.\n\nhttps://death.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}