Information about plays

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

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

{
    "id": 3599026,
    "uri": "https://api.kexp.org/v2/plays/3599026/?format=api",
    "airdate": "2026-01-02T01:10:45-08:00",
    "show": 65537,
    "show_uri": "https://api.kexp.org/v2/shows/65537/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Simulation Is a Good One",
    "track_id": null,
    "recording_id": "6c22ebd0-7f1a-4ae0-b149-b416ccf9ca95",
    "artist": "Nate Mercereau",
    "artist_ids": [
        "900efa6c-9d25-4b62-ba5d-21e07774af8f"
    ],
    "album": "Joy Techniques",
    "release_id": null,
    "release_group_id": "5965ceb7-8e7b-4a7e-89eb-cb8dd8592246",
    "labels": [
        "Nice Life"
    ],
    "label_ids": [
        "b977b21d-9a0d-4cb0-8f18-586d1d449a50"
    ],
    "release_date": "2019-07-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "San Francisco State University alumnus Nate Mercereau is a featured player on Andre 3000's album “New Blue Sun,” and is on tour with the ensemble!\n\nhttps://www.stgpresents.org/events/andre-3000/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}