Information about plays

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

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

{
    "id": 3636885,
    "uri": "https://api.kexp.org/v2/plays/3636885/?format=api",
    "airdate": "2026-04-02T13:50:42-07:00",
    "show": 66346,
    "show_uri": "https://api.kexp.org/v2/shows/66346/?format=api",
    "image_uri": "https://coverartarchive.org/release/541beaaf-f806-4ab4-807a-540cd9ff52f3/37080353511-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/541beaaf-f806-4ab4-807a-540cd9ff52f3/37080353511-250.jpg",
    "song": "Ain’t No Mountain High Enough",
    "track_id": null,
    "recording_id": null,
    "artist": "Marvin Gaye & Tammi Terrell",
    "artist_ids": [],
    "album": "Ain’t No Mountain High Enough",
    "release_id": null,
    "release_group_id": "d9fa913c-8190-4392-8fb4-656e4c9e02f8",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Miles apart\"\n--\nDid you know that Marvin and Tammi recorded their duet separately? Tammi Terrell recorded her vocals alone with producers, and Marvin Gaye added his vocals later, creating a \"virtual\" duet due to her declining health.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}