Information about plays

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

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

{
    "id": 3631084,
    "uri": "https://api.kexp.org/v2/plays/3631084/?format=api",
    "airdate": "2026-03-19T14:22:52-07:00",
    "show": 66223,
    "show_uri": "https://api.kexp.org/v2/shows/66223/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Who Didn't Kill Bambi?",
    "track_id": "4d8b5a94-9ead-36d9-9cc9-4ecd64d705ab",
    "recording_id": "a3512bb7-5123-4b8a-ae3b-aa5f799a00fd",
    "artist": "Dillinger Four",
    "artist_ids": [
        "fc6a16d9-5dfd-43b1-be98-ba49366d9f27"
    ],
    "album": "Versus God",
    "release_id": "82ce3c1a-89a6-45a2-9b5f-2c20e4c25573",
    "release_group_id": "ab086f5b-fc7b-3f4d-ae8f-ce243780013c",
    "labels": [
        "Hopeless Records"
    ],
    "label_ids": [
        "30204406-1596-4508-81b3-2f27e41c6c14"
    ],
    "release_date": "2000-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dillinger Four is a punk band formed in Minneapolis, MN in 1993. Founding members Erik Funk, Lane Pederson, and Patrick Costello were later joined by Billy Morrissette in 1995, still often referred to as \"the new guy,\" although the band has maintained the same lineup for nearly thirty years.: https://first-avenue.com/performer/dillinger-four/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}