Information about plays

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

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

{
    "id": 3554554,
    "uri": "https://api.kexp.org/v2/plays/3554554/?format=api",
    "airdate": "2025-09-18T09:48:45-07:00",
    "show": 64593,
    "show_uri": "https://api.kexp.org/v2/shows/64593/?format=api",
    "image_uri": "https://ia601600.us.archive.org/27/items/mbid-2f1e71b1-8edf-4a5e-9d9d-9d4e98647daf/mbid-2f1e71b1-8edf-4a5e-9d9d-9d4e98647daf-11735022667_thumb500.jpg",
    "thumbnail_uri": "https://ia601600.us.archive.org/27/items/mbid-2f1e71b1-8edf-4a5e-9d9d-9d4e98647daf/mbid-2f1e71b1-8edf-4a5e-9d9d-9d4e98647daf-11735022667_thumb250.jpg",
    "song": "Feed the Tree",
    "track_id": "33fc511d-ac4d-3a11-b225-4af7c01e49c8",
    "recording_id": "05d715d9-0182-4fa6-851d-62eec3116424",
    "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": "Off of the debut album from Rhode Island-formed alt rock band Belly.\n\nAccording to lead singer Tanya Donelly, the song is a metaphor about commitment and respect, with the tree being a place on a large farm where a family would be buried.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}