Information about plays

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

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

{
    "id": 3586575,
    "uri": "https://api.kexp.org/v2/plays/3586575/?format=api",
    "airdate": "2025-12-04T04:57:25-08:00",
    "show": 65283,
    "show_uri": "https://api.kexp.org/v2/shows/65283/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Footprints",
    "track_id": null,
    "recording_id": "5590c31e-bdc6-4d91-b08b-b92484db4bb0",
    "artist": "Ezra Collective",
    "artist_ids": [
        "d51acca9-a88b-4f5c-a2fe-f069de70ca1d"
    ],
    "album": "Blue Note Re:imagined",
    "release_id": null,
    "release_group_id": "367fd4e9-b698-4ca6-8477-aed4f0888d0c",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2020-10-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "London quintet Ezra Collective released their version of Wayne Shorter’s classic composition “Footprints,” which was originally recorded on the legendary saxophonist’s 1966 Blue Note album Adam’s Apple.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}