Information about plays

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

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

{
    "id": 3572787,
    "uri": "https://api.kexp.org/v2/plays/3572787/?format=api",
    "airdate": "2025-11-01T21:02:46-07:00",
    "show": 64999,
    "show_uri": "https://api.kexp.org/v2/shows/64999/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sleep",
    "track_id": null,
    "recording_id": null,
    "artist": "American Lips",
    "artist_ids": [
        "0daa9fac-9c2b-455b-8002-c8f5f684a98d"
    ],
    "album": "On Strike!",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ancient Fashion Records"
    ],
    "label_ids": [
        "4cb4c8ed-482b-440f-ad0f-486354ae2ac2"
    ],
    "release_date": "2025-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New stuff from this trio out of Montreal/Los Angeles!\n\nhttps://americanlips.bandcamp.com/album/on-strike\nhttps://newnoisemagazine.com/news-american-lips-return-with-angular-art-punk-lp-on-strike/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}