Information about plays

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

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

{
    "id": 3568814,
    "uri": "https://api.kexp.org/v2/plays/3568814/?format=api",
    "airdate": "2025-10-23T06:10:10-07:00",
    "show": 64909,
    "show_uri": "https://api.kexp.org/v2/shows/64909/?format=api",
    "image_uri": "https://ia803409.us.archive.org/1/items/mbid-57300b8c-b8c5-44e9-b919-713d1e22b1a8/mbid-57300b8c-b8c5-44e9-b919-713d1e22b1a8-33288421053_thumb500.jpg",
    "thumbnail_uri": "https://dn710208.ca.archive.org/0/items/mbid-57300b8c-b8c5-44e9-b919-713d1e22b1a8/mbid-57300b8c-b8c5-44e9-b919-713d1e22b1a8-33288421053_thumb250.jpg",
    "song": "Coffin Car",
    "track_id": "843e5952-5e8e-3409-a3a3-dc2182eb01cd",
    "recording_id": "2e6dfac4-acee-4fa0-8499-e9639b566008",
    "artist": "Yoko Ono",
    "artist_ids": [
        "b0b33754-a664-43b7-ba00-be0dc4ec2396"
    ],
    "album": "Onobox",
    "release_id": "57300b8c-b8c5-44e9-b919-713d1e22b1a8",
    "release_group_id": "cffdf4a1-9a8e-34a3-b865-b7f5d86758bd",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yoko Ono, an artist, musician, and visionary whose work has inspired generations. From her avant-garde art installations to her unwavering dedication to peace and activism, Yoko’s influence on art and culture remains unparalleled.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}