Information about plays

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

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

{
    "id": 3578723,
    "uri": "https://api.kexp.org/v2/plays/3578723/?format=api",
    "airdate": "2025-11-15T22:22:55-08:00",
    "show": 65122,
    "show_uri": "https://api.kexp.org/v2/shows/65122/?format=api",
    "image_uri": "https://coverartarchive.org/release/aebde8ea-594e-43ed-a40a-273848b417a2/28984239697-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/aebde8ea-594e-43ed-a40a-273848b417a2/28984239697-250.jpg",
    "song": "Detain My Brain",
    "track_id": null,
    "recording_id": "2e90d44a-712e-41bc-9f2d-a2bf3532ec02",
    "artist": "God Bullies",
    "artist_ids": [
        "ca210542-af7d-4119-9952-38959029d06f"
    ],
    "album": "Kill the King",
    "release_id": null,
    "release_group_id": "f5474f1c-e2cb-340b-bf25-1136daa4887c",
    "labels": [
        "Alternative Tentacles"
    ],
    "label_ids": [
        "f1273178-651b-4d02-8f21-4ab1ec5a689a"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Reptilian Records is re-issuing Kill the King to commemorate the album's 30th anniversary.  The band will also be playing a couple of show in New York in January.\n\nhttps://www.reptilianrecords.com/products/869551-god-bullies-kill-the-king-lp\nhttps://god-bullies.bandcamp.com/album/kill-the-king",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}