Information about plays

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

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

{
    "id": 3656457,
    "uri": "https://api.kexp.org/v2/plays/3656457/?format=api",
    "airdate": "2026-05-18T15:55:04-07:00",
    "show": 66752,
    "show_uri": "https://api.kexp.org/v2/shows/66752/?format=api",
    "image_uri": "https://coverartarchive.org/release/20be72db-282f-4c75-b9bb-92223582ca6e/1673806588-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/20be72db-282f-4c75-b9bb-92223582ca6e/1673806588-250.jpg",
    "song": "Ribbon in the Sky",
    "track_id": null,
    "recording_id": "f341e7d5-4cd7-46d3-a7c2-2cf6f86f9735",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Stevie Wonder’s Original Musiquarium I",
    "release_id": null,
    "release_group_id": "6c6dec89-1f38-3054-a814-23bd33faabff",
    "labels": [
        "Tamla"
    ],
    "label_ids": [
        "7f87e14e-eb85-4a7e-957a-77465f869cb5"
    ],
    "release_date": "1982-05-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Welcome to the world Baby Gordy!\n\n\"Ribbon in the Sky\" is Stevie Wonder at his most quietly devotional. Released May 4, 1982 from his Original Musiquarium I compilation, the song is about predestined love and divine blessing — the \"ribbon\" itself a metaphor for a rainbow, with the Biblical resonance of a covenant, a promise kept. Welcome to the world, Gordy.\n\nhttps://www.steviewonder.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}