Information about plays

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

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

{
    "id": 3565589,
    "uri": "https://api.kexp.org/v2/plays/3565589/?format=api",
    "airdate": "2025-10-15T20:27:09-07:00",
    "show": 64844,
    "show_uri": "https://api.kexp.org/v2/shows/64844/?format=api",
    "image_uri": "https://coverartarchive.org/release/a0a8b233-cde7-4553-b766-c4a6fc3becd1/29862847578-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a0a8b233-cde7-4553-b766-c4a6fc3becd1/29862847578-250.jpg",
    "song": "Glass",
    "track_id": null,
    "recording_id": "5901e636-b91e-4db5-b0c3-ca5965fc3c4e",
    "artist": "Sagittarius",
    "artist_ids": [
        "304a32fc-e3bb-4421-b35b-1ad6ad83d5e0"
    ],
    "album": "Present Tense",
    "release_id": null,
    "release_group_id": "aa2880d8-175b-3f02-ac25-57602951f2e6",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "60s sunshine pop group Sagittarius was produced by Gary Usher, who had also produced for the Byrds and collaborated with the likes of the Beach Boys. \n\"Present Tense chronicles the epitome of California sunshine rock and the Summer of Love, it's the sound of the Mamas and Papas, the Beach Boys and Claude Debussy having an Easter egg hunt on Phil Spector's lawn!\" https://sundazed.com/c/235-Sagittarius.aspx",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}