Information about plays

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

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

{
    "id": 3572679,
    "uri": "https://api.kexp.org/v2/plays/3572679/?format=api",
    "airdate": "2025-11-01T17:40:37-07:00",
    "show": 64995,
    "show_uri": "https://api.kexp.org/v2/shows/64995/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kaleidoscope",
    "track_id": "d4fc4773-ab75-4803-9346-b01be5c4e808",
    "recording_id": "bb7c751c-edd9-4e20-a1e6-2db16f4f9a4a",
    "artist": "La Fonda",
    "artist_ids": [
        "1a969e4a-5031-4868-a0d6-e16e1b73cc02"
    ],
    "album": "We Are Infinite",
    "release_id": "bd9e0691-8e8f-489a-a50d-b57cb537aabe",
    "release_group_id": "9409edea-ff7c-4a5d-a82d-4f240c1c5653",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-04-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "La Fonda sisters Valerie & Veronica recently opened a vintage store in downtown Seattle called Delusional Bird\nhttps://www.instagram.com/delusionalbirdshop",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}