Information about plays

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

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

{
    "id": 3618902,
    "uri": "https://api.kexp.org/v2/plays/3618902/?format=api",
    "airdate": "2026-02-18T01:09:35-08:00",
    "show": 65963,
    "show_uri": "https://api.kexp.org/v2/shows/65963/?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 (radio mix)",
    "track_id": null,
    "recording_id": "2e072208-e69a-473b-983a-39d6fef3e23e",
    "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": "This samples \"True\" by Spandau Ballet, and it also incorporates elements of the song \"Ashley's Roachclip\" by The Soul Searchers.\n--\n\"Christina Applegate, you gotta put me on....\" An emotional Christina Applegate received a standing ovation at The Emmys: https://www.nytimes.com/2024/01/15/arts/television/christina-applegate-emmys.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}