Information about plays

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

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

{
    "id": 3598709,
    "uri": "https://api.kexp.org/v2/plays/3598709/?format=api",
    "airdate": "2026-01-01T05:54:44-08:00",
    "show": 65530,
    "show_uri": "https://api.kexp.org/v2/shows/65530/?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.\n\nhttps://mikistuff.com/live",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}