Information about plays

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

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

{
    "id": 3550671,
    "uri": "https://api.kexp.org/v2/plays/3550671/?format=api",
    "airdate": "2025-09-09T01:46:45-07:00",
    "show": 64514,
    "show_uri": "https://api.kexp.org/v2/shows/64514/?format=api",
    "image_uri": "https://coverartarchive.org/release/ffa01757-13ca-404d-8812-b5a07793d55b/35936896059-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ffa01757-13ca-404d-8812-b5a07793d55b/35936896059-250.jpg",
    "song": "Gila Monster",
    "track_id": null,
    "recording_id": "7ff2815b-2461-4c95-8497-a2476c631c5d",
    "artist": "King Gizzard & the Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "PetroDragonic Apocalypse; or, Dawn of Eternal Night: An Annihilation of Planet Earth and the Beginning of Merciless Damnation",
    "release_id": null,
    "release_group_id": "381a758e-82bf-403f-85ea-b4f97ed1e0b7",
    "labels": [
        "KGLW"
    ],
    "label_ids": [
        "4b3b4fbf-67fa-4693-be97-dc0e4d6385f5"
    ],
    "release_date": "2023-06-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to John -- Thanks for the request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}