Information about plays

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

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

{
    "id": 3572581,
    "uri": "https://api.kexp.org/v2/plays/3572581/?format=api",
    "airdate": "2025-11-01T12:07:09-07:00",
    "show": 64994,
    "show_uri": "https://api.kexp.org/v2/shows/64994/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hours",
    "track_id": "f4a773e7-61c0-34d3-b172-6da5f718b00c",
    "recording_id": "443b89d2-21be-4145-8179-2da9084afad4",
    "artist": "TV on the Radio",
    "artist_ids": [
        "eb872766-98f6-453d-883f-2ae908a18315"
    ],
    "album": "Return to Cookie Mountain",
    "release_id": "3c7f5b38-1f43-417e-bf31-75dd238a7516",
    "release_group_id": "3fc31d4b-442a-3cbc-872a-b2418e2b9145",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2006-09-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kazu Makino of Blonde Redhead sings on \"Hours.\"\n--\nVinyl Me Please devoted an in-depth review to this classic album by TV on the Radio: https://www.musicmusingsandsuch.com/musicmusingsandsuch/2021/4/15/feature-vinyl-corner-tv-on-the-radio-return-to-cookie-mountain",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}