Information about plays

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

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

{
    "id": 3545494,
    "uri": "https://api.kexp.org/v2/plays/3545494/?format=api",
    "airdate": "2025-08-27T13:04:00-07:00",
    "show": 64401,
    "show_uri": "https://api.kexp.org/v2/shows/64401/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "On Hold (Jamie xx remix)",
    "track_id": null,
    "recording_id": "12857548-4eb1-4a0e-867f-955be8463241",
    "artist": "The xx",
    "artist_ids": [
        "c5c2ea1c-4bde-4f4d-bd0b-47b200bf99d6"
    ],
    "album": "On Hold (Jamie xx remix)",
    "release_id": null,
    "release_group_id": "db736567-ef1d-4d41-bc20-0107db876233",
    "labels": [
        "Young"
    ],
    "label_ids": [
        "78cd137b-d2d4-4259-bf25-351d15e7de25"
    ],
    "release_date": "2017-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Wednesday and welcome to The Afternoon Show with the most excellent Larry Mizell, Jr. and delightful Sharlese! Today is Amplifiers Love Day, a day when we celebrate the crucial support that our loyal Amplifiers give to KEXP! We’re playing songs requested by Amplifiers all day long.  Text 206-903-5397 or email dj@kexp.org, tell us that you’re an Amplifier, and tell us what you would like to hear. Thanks so much for being part of this community!\n--\nThis one's for Matt in Issaquah, Washington!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}