Information about plays

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

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

{
    "id": 3616307,
    "uri": "https://api.kexp.org/v2/plays/3616307/?format=api",
    "airdate": "2026-02-11T21:07:28-08:00",
    "show": 65907,
    "show_uri": "https://api.kexp.org/v2/shows/65907/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Am the Walrus",
    "track_id": "a161ecec-b0eb-30a4-9deb-4014956862ad",
    "recording_id": "3eb7efbb-8717-4034-a698-109c70798524",
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Magical Mystery Tour",
    "release_id": "01064a1f-f377-31a6-ab73-e356ed3f30d8",
    "release_group_id": "6e514645-fbee-34ac-97e0-c2120a4a5644",
    "labels": [
        "Apple Records",
        "Parlophone"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910",
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "1987-09-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Request from Nick in Sonoma, CA!\n\n\"'I Am the Walrus' is a 1967 song by the Beatles, written by John Lennon and credited to Lennon-McCartney. The song was featured in the Beatles' 1967 television film, as a track on the associated double EP Magical Mystery Tour and its American counterpart LP, and was the b-side to the number 1 hit single 'Hello, Goodbye.'\"\n\nRead more and follow along with the zany lyrics here: https://www.thebeatles.com/i-am-walrus",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}