Information about plays

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

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

{
    "id": 3601196,
    "uri": "https://api.kexp.org/v2/plays/3601196/?format=api",
    "airdate": "2026-01-06T23:42:24-08:00",
    "show": 65583,
    "show_uri": "https://api.kexp.org/v2/shows/65583/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Iron Lung",
    "track_id": "6ab7fac2-3783-47f3-940f-861f8e431c1c",
    "recording_id": "dd4b2efb-d8a2-4a5b-80d2-6e838c221f0b",
    "artist": "King Gizzard & The Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Ice, Death, Planets, Lungs, Mushrooms and Lava",
    "release_id": "effb54cb-a335-4556-8e43-7663c310c43b",
    "release_group_id": "42e0586b-7ef2-4254-a056-8db8d90df8c5",
    "labels": [
        "KGLW"
    ],
    "label_ids": [
        "4b3b4fbf-67fa-4693-be97-dc0e4d6385f5"
    ],
    "release_date": "2022-10-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}