Information about plays

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

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

{
    "id": 3620094,
    "uri": "https://api.kexp.org/v2/plays/3620094/?format=api",
    "airdate": "2026-02-20T22:55:35-08:00",
    "show": 65987,
    "show_uri": "https://api.kexp.org/v2/shows/65987/?format=api",
    "image_uri": "https://coverartarchive.org/release/2ed8a86a-7396-4aef-8b0f-21e6dc6ade9a/4821683390-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2ed8a86a-7396-4aef-8b0f-21e6dc6ade9a/4821683390-250.jpg",
    "song": "Doomsday",
    "track_id": null,
    "recording_id": "2356e949-f493-4911-afb1-de0d470b51dc",
    "artist": "MF DOOM",
    "artist_ids": [
        "188711ed-c99b-439c-844a-ca831f63a727"
    ],
    "album": "Operation: Doomsday",
    "release_id": null,
    "release_group_id": "66f1ac02-2eb6-31dc-ab33-6eaa603f41cd",
    "labels": [],
    "label_ids": [],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The opener of Daniel Dumile's debut album under the MF DOOM moniker - which sampled Sade's \"Kiss of Life\" and BDP's \"Poetry\". (He also sampled the Daily Double sound effect from \"Jeopardy\").\n--\nCan you believe that it's been 27 years since this debut album was released?  Here's a retrospective from 2022: https://dailynexus.com/2022-10-20/record-recap-23-years-since-mf-dooms-operation-doomsday/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}