Information about plays

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

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

{
    "id": 3655032,
    "uri": "https://api.kexp.org/v2/plays/3655032/?format=api",
    "airdate": "2026-05-15T11:26:25-07:00",
    "show": 66723,
    "show_uri": "https://api.kexp.org/v2/shows/66723/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fiesta",
    "track_id": "248f445c-b1d9-3af0-8329-beb2e51e1da6",
    "recording_id": "583f8024-517e-4570-9236-67ee74fae849",
    "artist": "The Pogues",
    "artist_ids": [
        "d41a6875-b626-4c0f-89a1-aecb643d29ff"
    ],
    "album": "Essential Pogues",
    "release_id": "cda27542-5daa-36e3-aebd-7462770f2dd2",
    "release_group_id": "850de0ba-5114-3eef-9207-0178688aa7b1",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "English Celtic punk band The Pogues released this track on their 1988 album, If I Should Fall from Grace with God.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}