Information about plays

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

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

{
    "id": 3657405,
    "uri": "https://api.kexp.org/v2/plays/3657405/?format=api",
    "airdate": "2026-05-20T22:31:31-07:00",
    "show": 66771,
    "show_uri": "https://api.kexp.org/v2/shows/66771/?format=api",
    "image_uri": "https://coverartarchive.org/release/13055b23-aea9-33bb-bdc0-8f6bf56617fc/6067717235-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/13055b23-aea9-33bb-bdc0-8f6bf56617fc/6067717235-250.jpg",
    "song": "Heart Like a Wheel",
    "track_id": null,
    "recording_id": "dc850c97-0540-480f-b492-309cac78d20f",
    "artist": "Kate & Anna McGarrigle",
    "artist_ids": [
        "c773cf10-e516-49a3-ab11-0ac3e8efeb22"
    ],
    "album": "Kate & Anna McGarrigle",
    "release_id": null,
    "release_group_id": "8c9fb278-1f22-3172-a07e-7e59335e6cbf",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}