Information about plays

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

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

{
    "id": 3625137,
    "uri": "https://api.kexp.org/v2/plays/3625137/?format=api",
    "airdate": "2026-03-04T08:19:04-08:00",
    "show": 66088,
    "show_uri": "https://api.kexp.org/v2/shows/66088/?format=api",
    "image_uri": "https://coverartarchive.org/release/9b3ee992-06cc-4809-8a0f-cd1c2c16b233/16937597242-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9b3ee992-06cc-4809-8a0f-cd1c2c16b233/16937597242-250.jpg",
    "song": "Set Adrift on Memory Bliss (LP version)",
    "track_id": null,
    "recording_id": "acbaa9c9-6612-4880-a4b0-5fdf52c0d559",
    "artist": "P.M. Dawn",
    "artist_ids": [
        "93c66937-ac49-4068-b378-a1d2a4d093a1"
    ],
    "album": "Set Adrift on Memory Bliss",
    "release_id": null,
    "release_group_id": "54b08110-bd01-43e7-a400-9183bd853e16",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1991-08-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "And there we go...\n\n\"Set Adrift on Memory Bliss\" by P.M. Dawn is built around samples of Spandau Ballet's \"True\", the Soul Searchers' \"Ashley's Roachclip\", and the Bob James version of Paul Simon's \"Take Me to the Mardi Gras\".\n\nReleased in 1991, this song was P.M. Dawn's first and only number-one hit on the US Billboard Hot 100.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}