Information about plays

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

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

{
    "id": 3551809,
    "uri": "https://api.kexp.org/v2/plays/3551809/?format=api",
    "airdate": "2025-09-11T18:48:20-07:00",
    "show": 64535,
    "show_uri": "https://api.kexp.org/v2/shows/64535/?format=api",
    "image_uri": "https://ia601306.us.archive.org/5/items/mbid-5bca3715-34eb-4059-bf30-046b7d8c28f2/mbid-5bca3715-34eb-4059-bf30-046b7d8c28f2-6212470019_thumb500.jpg",
    "thumbnail_uri": "https://ia801306.us.archive.org/5/items/mbid-5bca3715-34eb-4059-bf30-046b7d8c28f2/mbid-5bca3715-34eb-4059-bf30-046b7d8c28f2-6212470019_thumb250.jpg",
    "song": "At the River",
    "track_id": "9ee5bc5b-b953-31db-97db-1193be032485",
    "recording_id": "349c2acb-3711-4c9f-8723-3b340b9eafb7",
    "artist": "Groove Armada",
    "artist_ids": [
        "35723b60-732e-4bd8-957f-320b416e7b7f"
    ],
    "album": "Vertigo",
    "release_id": "5bca3715-34eb-4059-bf30-046b7d8c28f2",
    "release_group_id": "e514bda8-db0b-3994-abb9-b1e288f1455c",
    "labels": [
        "Jive Electro"
    ],
    "label_ids": [
        "e15cfc30-f065-42a4-84cd-76079d715981"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Keeping the river flowing for Claire!\n--\nTom Findlay, songwriter & producer on \"At the River\": \"When we started making music, we packed a sampler and a keyboard and rented a little old house in Ambleside in the Lake District to write an album in a week. On the last day there we picked up a Sounds of the 1950s compilation from a 50p bargain bin in the local shop. That’s where the vocal sample on At the River comes from – it’s Patti Page singing Old Cape Cod. We sampled her singing, “If you’re fond of sand dunes and salty air, quaint little villages here and there…”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}