Information about plays

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

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

{
    "id": 3621176,
    "uri": "https://api.kexp.org/v2/plays/3621176/?format=api",
    "airdate": "2026-02-23T07:10:22-08:00",
    "show": 66010,
    "show_uri": "https://api.kexp.org/v2/shows/66010/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let It Be",
    "track_id": "2964e82a-be63-3df7-b14c-4fdb6991b480",
    "recording_id": "fe2178fc-b463-4a12-af22-00cb99ea0e91",
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Let It Be… Naked",
    "release_id": "0fa10620-049d-360f-9a43-1fa692225dcb",
    "release_group_id": "7e9abe51-9808-4f18-b88a-f40e9b31f303",
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "2003-11-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"When The Beatles first set out to make Let It Be in 1969, they intended to record an album that would be a return to live performance. No studio effects or overdubbing of voices or instruments would be allowed - just the bare necessities of the band.\n\nLet It Be… Naked is the stripped-down, return-to-live-takes album that The Beatles originally aimed to create, free of vocal and instrumental overdubs or added effects.\"\n\nhttps://www.thebeatles.com/let-it-benaked",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}