Information about plays

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

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

{
    "id": 3545999,
    "uri": "https://api.kexp.org/v2/plays/3545999/?format=api",
    "airdate": "2025-08-28T19:47:53-07:00",
    "show": 64413,
    "show_uri": "https://api.kexp.org/v2/shows/64413/?format=api",
    "image_uri": "https://ia800806.us.archive.org/21/items/mbid-5935d72b-9a57-4965-a15f-8f590af09205/mbid-5935d72b-9a57-4965-a15f-8f590af09205-41386427291_thumb500.jpg",
    "thumbnail_uri": "https://ia800806.us.archive.org/21/items/mbid-5935d72b-9a57-4965-a15f-8f590af09205/mbid-5935d72b-9a57-4965-a15f-8f590af09205-41386427291_thumb250.jpg",
    "song": "Drifting",
    "track_id": "2dfcfd5b-bcad-4630-a5f5-a9dc448a2698",
    "recording_id": "c2b50017-e3df-4dfb-a216-e4c135b5dba2",
    "artist": "Phoebe Rings",
    "artist_ids": [
        "b76ba63e-a131-4f43-8f03-8533954b7729"
    ],
    "album": "Aseurai",
    "release_id": "5935d72b-9a57-4965-a15f-8f590af09205",
    "release_group_id": "1c214983-f9d3-4783-8c80-8050d28533ca",
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2025-06-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Zealand dream pop group Phoebe Rings shimmers into orbit with their debut LP, Aseurai, pulling from lead singer/synthesist Crystal Choi’s Korean mother tongue to encapsulate the themes. “Aseurai means around you in the atmosphere, hard to reach, fading away,” Choi says. “It’s a poetic expression. You wouldn’t say it in normal conversation, but I like that.\"\n--\nhttps://phoeberings.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}