Information about plays

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

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

{
    "id": 3610225,
    "uri": "https://api.kexp.org/v2/plays/3610225/?format=api",
    "airdate": "2026-01-28T14:10:49-08:00",
    "show": 65778,
    "show_uri": "https://api.kexp.org/v2/shows/65778/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lean",
    "track_id": "d0c86eef-449b-4540-a474-b01e21a3c823",
    "recording_id": "f0a26b8e-91ff-4619-86a8-b189e3ff6a4c",
    "artist": "Charlotte Day Wilson ft. Saya Gray",
    "artist_ids": [
        "b949a783-214b-429d-a184-4e75c0f8be9c",
        "a78f1671-3ebf-4822-b2bd-70ccc3088c2d"
    ],
    "album": "Lean",
    "release_id": "e8acb372-3b52-4d98-b117-901fc0800e74",
    "release_group_id": "59dd20b8-ec49-44a2-a412-4c967b38c1f3",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2026-01-14",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that Toronto-based singer, songwriter, producer, and multi-instrumentalist Charlotte Day Wilson will be KEXP's guest DJ for Midnight in a Perfect World on February 8th?: \nhttps://www.kexp.org/shows/Midnight-in-a-Perfect-World/\n--\nHere's the video for this great collaboration with Saya Gray.: https://www.youtube.com/watch?v=YYEq7JnUnfw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}