Information about plays

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

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

{
    "id": 3640010,
    "uri": "https://api.kexp.org/v2/plays/3640010/?format=api",
    "airdate": "2026-04-09T19:12:31-07:00",
    "show": 66410,
    "show_uri": "https://api.kexp.org/v2/shows/66410/?format=api",
    "image_uri": "https://coverartarchive.org/release/3e89e718-cf80-4803-ab3d-07dc5c37da07/29529067353-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3e89e718-cf80-4803-ab3d-07dc5c37da07/29529067353-250.jpg",
    "song": "Blue Sky and Yellow Sunflower",
    "track_id": null,
    "recording_id": "2fac3e1d-adc3-4eb6-ba09-704a5129b0a6",
    "artist": "Susumu Yokota",
    "artist_ids": [
        "7b05d6fe-91e8-4cb9-a401-2a13b1578716"
    ],
    "album": "Symbol",
    "release_id": null,
    "release_group_id": "45e8cbab-29b3-3e69-9f1a-d58652bce141",
    "labels": [
        "Lo Recordings"
    ],
    "label_ids": [
        "0d3780c3-46e4-4b80-805d-e5676baf3726"
    ],
    "release_date": "2004-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Composed of samples from classical orchestral pieces, such as Tchaikovsky's Nutcracker Suite and Saint-Saëns's Carnival of the Animals, as well as more modern compositions by John Cage and Meredith Monk, Japanese electronica artist Susumu Yokota delights and inspires with this 2004 release.\n\nhttps://susumuyokota.bandcamp.com/album/symbol-lo45",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}