Information about plays

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

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

{
    "id": 3617138,
    "uri": "https://api.kexp.org/v2/plays/3617138/?format=api",
    "airdate": "2026-02-13T22:27:59-08:00",
    "show": 65926,
    "show_uri": "https://api.kexp.org/v2/shows/65926/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Buckshot",
    "track_id": "925b4d52-9842-4424-8edf-9a333444c16e",
    "recording_id": "8ea3f4eb-d000-476f-8847-06ebfbc46323",
    "artist": "Macklemore & Ryan Lewis feat. KRS‐One & DJ Premier",
    "artist_ids": [
        "084e06f5-3c82-4b71-bd94-dd69e7bd515e",
        "fc4568b6-cbe3-4a3d-8409-28510c19e3e2",
        "97b226c8-7140-4da3-91ac-15e62e131a81"
    ],
    "album": "This Unruly Mess I've Made",
    "release_id": "814f7ef6-d373-41f5-8cd8-0b628ec136cd",
    "release_group_id": "e46f5d60-17be-4523-9cb9-9030aea25c20",
    "labels": [],
    "label_ids": [],
    "release_date": "2016-02-26",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}