Information about plays

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

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

{
    "id": 3583401,
    "uri": "https://api.kexp.org/v2/plays/3583401/?format=api",
    "airdate": "2025-11-26T22:10:18-08:00",
    "show": 65219,
    "show_uri": "https://api.kexp.org/v2/shows/65219/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Break of dawn",
    "track_id": null,
    "recording_id": "7d0f5cd1-0ee5-44f6-8973-b1a882049800",
    "artist": "Skiifall feat. BADBADNOTGOOD, The Kount & YAMA//SATO",
    "artist_ids": [
        "4bb06ced-7901-4acb-be8a-0a09fa8d6876",
        "754294d5-d7d2-4ea2-8184-1dcaaf55a56f",
        "b150af13-74cd-4120-9b4e-cc74ebd64d86",
        "8175cf3a-08ff-42a9-bfd2-9ec59d6a5c3b"
    ],
    "album": "Break of dawn",
    "release_id": null,
    "release_group_id": "d130f1e7-14e2-48ee-823c-eec7ae5e2435",
    "labels": [
        "XL Recordings Ltd."
    ],
    "label_ids": [
        "4509f80b-403c-46b5-bfb5-be77374cb90c"
    ],
    "release_date": "2021-12-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Smooth single from Montreal-based, St. Vincent–born rapper Skiifall with production from BadBadNotGood.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}