Information about plays

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

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

{
    "id": 3545845,
    "uri": "https://api.kexp.org/v2/plays/3545845/?format=api",
    "airdate": "2025-08-28T10:43:19-07:00",
    "show": 64409,
    "show_uri": "https://api.kexp.org/v2/shows/64409/?format=api",
    "image_uri": "https://ia601404.us.archive.org/3/items/mbid-bf042e55-6ecb-4abc-9258-d457dab15ed0/mbid-bf042e55-6ecb-4abc-9258-d457dab15ed0-15697934359_thumb500.jpg",
    "thumbnail_uri": "https://ia801404.us.archive.org/3/items/mbid-bf042e55-6ecb-4abc-9258-d457dab15ed0/mbid-bf042e55-6ecb-4abc-9258-d457dab15ed0-15697934359_thumb250.jpg",
    "song": "Born in the 70's",
    "track_id": "1361c1c8-dc78-30d1-8dd3-32035e9e343b",
    "recording_id": "83b224ef-21ce-48e2-ab1d-a5de05716293",
    "artist": "Fruit Bats",
    "artist_ids": [
        "e3f139c7-11bc-4803-82be-2bac85ca3c61"
    ],
    "album": "Spelled in Bones",
    "release_id": "bf042e55-6ecb-4abc-9258-d457dab15ed0",
    "release_group_id": "cb93fe9f-f88d-370a-98ea-7b0ff171999a",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2005-07-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Fruit Bats will be at the Chapel in SF for an early and late show on Oct 18th! https://www.fruitbatsmusic.com/\n\nWatch their 2023 KEXP live performance (hosted by Cheryl) here: https://www.youtube.com/watch?v=RwZ3F3MRrBY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}