Information about plays

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

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

{
    "id": 3586933,
    "uri": "https://api.kexp.org/v2/plays/3586933/?format=api",
    "airdate": "2025-12-05T01:19:40-08:00",
    "show": 65291,
    "show_uri": "https://api.kexp.org/v2/shows/65291/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Moon River",
    "track_id": null,
    "recording_id": "f79c0ceb-ea59-424b-bee5-dbca514a3fb5",
    "artist": "Frank Ocean",
    "artist_ids": [
        "e520459c-dff4-491d-a6e4-c97be35e0044"
    ],
    "album": "Moon River",
    "release_id": null,
    "release_group_id": "702b99ac-883f-4701-8d7d-351b89ad0985",
    "labels": [
        "Blonded"
    ],
    "label_ids": [
        "5524c91b-087a-4940-b2f0-4f47306609df"
    ],
    "release_date": "2018-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Frank Ocean's beautiful cover of Henry Mancini's song for the 'Breakfast at Tiffany's' original score. As originally performed by Audrey Hepburn, “Moon River” is a wispy ode to wanderlust and the immense opportunities “two drifters” find in the glorious unknown. But it becomes something far different in Ocean’s hands. Ocean’s version of “Moon River” trades Hepburn’s gentle sigh for bold and confident yearnings. As he warbles about the wild surrounding world, Ocean envisions his own self-realization through double-tracked new lines like “What I see, What I become.” https://bit.ly/3lKCVBA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}