Information about plays

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

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

{
    "id": 3650529,
    "uri": "https://api.kexp.org/v2/plays/3650529/?format=api",
    "airdate": "2026-05-04T15:23:40-07:00",
    "show": 66630,
    "show_uri": "https://api.kexp.org/v2/shows/66630/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pearly-Dewdrops’ Drops (12″ version)",
    "track_id": "e11fd6b2-b4c3-3f2e-8ddb-756252beafb1",
    "recording_id": "93e0b994-f973-41c1-ab55-eec9bdd88fa1",
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "The Spangle Maker",
    "release_id": "2e0100b1-47d1-4a00-b4ac-14dd84ed33a9",
    "release_group_id": "bc5b4ffc-05e1-4c73-9c14-ec36a2ad077c",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1984-04-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Pearly-Dewdrops' Drops\" is a single from the Scottish band Cocteau Twins 1984 EP The Spangle Maker.\n\nThe song has also appeared in the 2012 film \"The Perks of Being a Wallflower\" and the TV show \"The Bear\"!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}