Information about plays

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

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

{
    "id": 3548063,
    "uri": "https://api.kexp.org/v2/plays/3548063/?format=api",
    "airdate": "2025-09-02T16:26:21-07:00",
    "show": 64456,
    "show_uri": "https://api.kexp.org/v2/shows/64456/?format=api",
    "image_uri": "https://ia803207.us.archive.org/19/items/mbid-9353f811-70e9-3c32-ac8c-f9dd113c8a9f/mbid-9353f811-70e9-3c32-ac8c-f9dd113c8a9f-3810258865_thumb500.jpg",
    "thumbnail_uri": "https://ia803207.us.archive.org/19/items/mbid-9353f811-70e9-3c32-ac8c-f9dd113c8a9f/mbid-9353f811-70e9-3c32-ac8c-f9dd113c8a9f-3810258865_thumb250.jpg",
    "song": "Sweetness and Light",
    "track_id": "d0e5f6f0-29bc-3f88-9688-c74f7061ac68",
    "recording_id": "52515863-ba04-49ab-b681-0c8b5244ec26",
    "artist": "Lush",
    "artist_ids": [
        "697801d1-68b2-4413-a7e4-0ef507d21cc1"
    ],
    "album": "Gala",
    "release_id": "7c22043b-2926-4286-a194-58ab444ca26b",
    "release_group_id": "347e0971-6e5e-3d79-bf6e-d1ffbb2c6bb3",
    "labels": [
        "Reprise Records",
        "4AD"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59",
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1990-11-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 1990 album was the debut recording from UK shoegaze band, Lush. \"Sweetness and Light\" was the second single.\n--\nMiki Berenyi of Lush, now performs with the Miki Berenyi Trio, who will play Seattle's Neptune Theatre on Thursday, October 23rd. They'll be in SF at the Great American Music Hall on Monday, October 27th.\nhttps://mikistuff.com/live",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}