Information about plays

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

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

{
    "id": 3616565,
    "uri": "https://api.kexp.org/v2/plays/3616565/?format=api",
    "airdate": "2026-02-12T12:11:28-08:00",
    "show": 65913,
    "show_uri": "https://api.kexp.org/v2/shows/65913/?format=api",
    "image_uri": "https://ia803205.us.archive.org/6/items/mbid-7e92caa7-75b3-4796-9c75-5363beea0c49/mbid-7e92caa7-75b3-4796-9c75-5363beea0c49-25170981491_thumb500.jpg",
    "thumbnail_uri": "https://dn721304.ca.archive.org/0/items/mbid-7e92caa7-75b3-4796-9c75-5363beea0c49/mbid-7e92caa7-75b3-4796-9c75-5363beea0c49-25170981491_thumb250.jpg",
    "song": "When I Was Done Dying",
    "track_id": "4fa42937-19a9-4ed7-bbad-2f05d5f0276f",
    "recording_id": "99b441a2-9071-405f-a5ce-c432bf450d65",
    "artist": "Dan Deacon",
    "artist_ids": [
        "8dd73d1a-0424-4581-af8c-ade3edb44c5a"
    ],
    "album": "Gliss Riffer",
    "release_id": "7e92caa7-75b3-4796-9c75-5363beea0c49",
    "release_group_id": "839a1105-ca57-4fd5-846d-104ddb4c26c7",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2015-02-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dan's 2015 album 'Gliss Riffer' trades in exuberant, uncontained fun that is tempered by lyrics that yearn and are set in defiance of life's nagging anxiety. The bliss on this record is well-earned.\n\nhttps://dandeacon.bandcamp.com/album/gliss-riffer\n--\nDan Deacon performed live in the KEXP studio in 2015. Watch the full session, including \"When I Was Done Dying\", here:\nhttps://youtu.be/wEwpOKhLT7E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}