Information about plays

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

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

{
    "id": 3540537,
    "uri": "https://api.kexp.org/v2/plays/3540537/?format=api",
    "airdate": "2025-08-15T22:16:11-07:00",
    "show": 64299,
    "show_uri": "https://api.kexp.org/v2/shows/64299/?format=api",
    "image_uri": "https://coverartarchive.org/release/6c86d256-9f46-4617-8cbd-0fc364429d87/41822347572-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6c86d256-9f46-4617-8cbd-0fc364429d87/41822347572-250.jpg",
    "song": "Honest Expression",
    "track_id": null,
    "recording_id": "25c718f5-dbf7-441e-8d15-ae90b60f63f8",
    "artist": "Binary Star",
    "artist_ids": [
        "f30f9355-4b0c-4c32-b28f-c0ef778a566e"
    ],
    "album": "Masters of the Universe",
    "release_id": null,
    "release_group_id": "bf8efa34-de34-383d-b62e-3887074ac966",
    "labels": [
        "Subterraneous Records"
    ],
    "label_ids": [
        "62d3361c-316e-4b19-9509-faab18318fe1"
    ],
    "release_date": "2000-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Masters of the Universe is the second and final studio album from American hip hop duo Binary Star (Senim Silla & OneBeLo aka One Man Army) released on October 31, 2000. Yes, that was Bruce Lee speaking at the beginning of the song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}