Information about plays

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

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

{
    "id": 3596613,
    "uri": "https://api.kexp.org/v2/plays/3596613/?format=api",
    "airdate": "2025-12-27T06:27:34-08:00",
    "show": 65485,
    "show_uri": "https://api.kexp.org/v2/shows/65485/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "With You in My Head",
    "track_id": null,
    "recording_id": "98b6f170-5e11-4691-b2ec-ca2d1284522a",
    "artist": "UNKLE feat. The Black Angels",
    "artist_ids": [
        "6648391e-7890-4f6c-b939-976f215195d3",
        "49814f71-8fef-41ec-9af8-b6995c0bd601"
    ],
    "album": "Where Did the Night Fall",
    "release_id": null,
    "release_group_id": "4cb87c9f-1ca0-4f53-ab9d-76444c130fa1",
    "labels": [
        "Surrender All"
    ],
    "label_ids": [
        "64fb5131-8214-4622-b986-e93bddb60b6a"
    ],
    "release_date": "2010-05-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}