Information about plays

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

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

{
    "id": 3578697,
    "uri": "https://api.kexp.org/v2/plays/3578697/?format=api",
    "airdate": "2025-11-15T21:19:48-08:00",
    "show": 65122,
    "show_uri": "https://api.kexp.org/v2/shows/65122/?format=api",
    "image_uri": "https://ia601302.us.archive.org/2/items/mbid-1f6cc992-e572-4f3c-b62a-cb6111383e67/mbid-1f6cc992-e572-4f3c-b62a-cb6111383e67-11570630075_thumb500.jpg",
    "thumbnail_uri": "https://ia801302.us.archive.org/2/items/mbid-1f6cc992-e572-4f3c-b62a-cb6111383e67/mbid-1f6cc992-e572-4f3c-b62a-cb6111383e67-11570630075_thumb250.jpg",
    "song": "Trash",
    "track_id": "e3f30cc7-2ddc-3616-9b45-31e3749f1ce2",
    "recording_id": "0c9ca44b-c650-4387-8d65-c80532b28a90",
    "artist": "New York Dolls",
    "artist_ids": [
        "1b96b9c9-0832-40cb-9f8d-7274de3733fc"
    ],
    "album": "New York Dolls",
    "release_id": "1f6cc992-e572-4f3c-b62a-cb6111383e67",
    "release_group_id": "4cdd4c59-e38f-382b-b01c-e69829faa69c",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "RIP David Johansen aka Buster Poindexter, who passed away earlier this year.\n\nhttps://www.facebook.com/nydolls/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}