Information about plays

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

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

{
    "id": 3579341,
    "uri": "https://api.kexp.org/v2/plays/3579341/?format=api",
    "airdate": "2025-11-17T09:20:24-08:00",
    "show": 65135,
    "show_uri": "https://api.kexp.org/v2/shows/65135/?format=api",
    "image_uri": "https://dn710700.ca.archive.org/0/items/mbid-31b82de4-8696-4003-a6bb-667a109fcda0/mbid-31b82de4-8696-4003-a6bb-667a109fcda0-12113047273_thumb500.jpg",
    "thumbnail_uri": "https://dn710700.ca.archive.org/0/items/mbid-31b82de4-8696-4003-a6bb-667a109fcda0/mbid-31b82de4-8696-4003-a6bb-667a109fcda0-12113047273_thumb250.jpg",
    "song": "Band on the Run",
    "track_id": "ca54228b-4b9e-3ff1-81de-e1402b1a1f20",
    "recording_id": "db6c7347-34e9-4023-acf4-a1ce6d0f409b",
    "artist": "Paul McCartney & Wings",
    "artist_ids": [
        "d922d727-240a-4432-9a88-05a7cf9bc403"
    ],
    "album": "Band on the Run",
    "release_id": "31b82de4-8696-4003-a6bb-667a109fcda0",
    "release_group_id": "2b678170-1c4e-3e61-b18c-f889fc1537b3",
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "1973-12-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The album was mostly recorded at EMI's studio in Lagos, Nigeria. Shortly before departing for Lagos, drummer Denny Seiwell and guitarist Henry McCullough left the group. With no time to recruit replacements, McCartney went into the studio with just his wife Linda and Denny Laine. McCartney therefore played bass, drums, percussion and most of the lead guitar parts.\n--\nFun fact: The McCartneys were robbed at knifepoint, losing a bag of song lyrics and demo tapes.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}