Information about plays

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

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

{
    "id": 3652059,
    "uri": "https://api.kexp.org/v2/plays/3652059/?format=api",
    "airdate": "2026-05-08T08:00:55-07:00",
    "show": 66659,
    "show_uri": "https://api.kexp.org/v2/shows/66659/?format=api",
    "image_uri": "https://dn710706.ca.archive.org/0/items/mbid-2f1e71b1-8edf-4a5e-9d9d-9d4e98647daf/mbid-2f1e71b1-8edf-4a5e-9d9d-9d4e98647daf-11735022667_thumb500.jpg",
    "thumbnail_uri": "https://dn710706.ca.archive.org/0/items/mbid-2f1e71b1-8edf-4a5e-9d9d-9d4e98647daf/mbid-2f1e71b1-8edf-4a5e-9d9d-9d4e98647daf-11735022667_thumb250.jpg",
    "song": "Gepetto",
    "track_id": "fa7a0524-84c9-3472-b20d-3895a8b7986e",
    "recording_id": "1652401a-89f7-436b-80f1-bf5c6f0aeecb",
    "artist": "Belly",
    "artist_ids": [
        "c118bc97-11a7-41dc-a55e-48c3bcf22ac2"
    ],
    "album": "Star",
    "release_id": "2f1e71b1-8edf-4a5e-9d9d-9d4e98647daf",
    "release_group_id": "484c1eec-d56e-3eb3-8ac1-e5ef5d652f4c",
    "labels": [
        "Sire Records",
        "BMG Direct Marketing, Inc."
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf",
        "9a7d39a4-a887-40f3-a645-a9a136d1f13f"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A certain John Richards hosted Belly in our studio in 2018. Their performance included the great \"Gepetto\": https://www.youtube.com/watch?v=FM4pm6S8Mi0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}