Information about plays

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

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

{
    "id": 3568311,
    "uri": "https://api.kexp.org/v2/plays/3568311/?format=api",
    "airdate": "2025-10-22T01:37:48-07:00",
    "show": 64900,
    "show_uri": "https://api.kexp.org/v2/shows/64900/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stuck on the Bus",
    "track_id": "1bb0c807-9b8f-3aa1-aa7b-430fe03ec61d",
    "recording_id": "674d525c-0254-4dcb-995b-adbd7d8f95aa",
    "artist": "Beehive & The Barracudas",
    "artist_ids": [
        "8fc27df5-f8ed-41dc-9fd4-ff222aaa711a"
    ],
    "album": "In Dark Love",
    "release_id": "92c6547a-7662-4bb8-bbad-2395a1712354",
    "release_group_id": "24eba2a5-270c-3fa9-b53b-dfabd7f84ffd",
    "labels": [
        "Swami Records"
    ],
    "label_ids": [
        "d246b550-268a-4041-8fa0-4498eb3f582d"
    ],
    "release_date": "2003-07-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}