Information about plays

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

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

{
    "id": 3625215,
    "uri": "https://api.kexp.org/v2/plays/3625215/?format=api",
    "airdate": "2026-03-04T13:10:44-08:00",
    "show": 66090,
    "show_uri": "https://api.kexp.org/v2/shows/66090/?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": [
        "Fondle 'em"
    ],
    "label_ids": [
        "c44cdbc4-1b32-474b-83e4-8a40b932652f"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Sam in Seattle!!\n---\nThe 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--\nHere's a terrific 2024 retrospective by two happy critics of this great 1999 debut album: https://soulinstereo.com/2024/10/1999-rewind-remembering-mf-dooms-doomsday.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}