Information about plays

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

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

{
    "id": 3621217,
    "uri": "https://api.kexp.org/v2/plays/3621217/?format=api",
    "airdate": "2026-02-23T09:08:37-08:00",
    "show": 66010,
    "show_uri": "https://api.kexp.org/v2/shows/66010/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gangsta",
    "track_id": "87e72b26-2532-349f-97e7-1185b470231c",
    "recording_id": "5e5f747b-1727-462f-99a2-634593216b9e",
    "artist": "tUnE-yArDs",
    "artist_ids": [
        "fac3ff34-6ba4-425a-8f01-b181ef4a908a"
    ],
    "album": "W H O K I L L",
    "release_id": "2aa9d2e6-fdaa-3f72-8a95-1c5807481cbc",
    "release_group_id": "e5435856-6ec5-4771-b31f-608413576eca",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2011-04-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Whokill is the second full-length release by Tune-Yards, the project of Merrill Garbus and Nate Brenner. - https://tune-yards.com/\n---\nHere's tUnE-yArDs performing \"Gangsta\" live the KEXP studio in 2011 - https://www.youtube.com/watch?v=FFHuTXJMgOk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}