Information about plays

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

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

{
    "id": 3625554,
    "uri": "https://api.kexp.org/v2/plays/3625554/?format=api",
    "airdate": "2026-03-05T08:39:12-08:00",
    "show": 66096,
    "show_uri": "https://api.kexp.org/v2/shows/66096/?format=api",
    "image_uri": "https://coverartarchive.org/release/9dca8a47-b1e1-4810-aeb7-2774a0e7af5b/29759367493-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9dca8a47-b1e1-4810-aeb7-2774a0e7af5b/29759367493-250.jpg",
    "song": "A Day in the Life",
    "track_id": null,
    "recording_id": "9f9f74cc-3ea7-4c78-ba9c-52083483d879",
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Sgt. Pepper’s Lonely Hearts Club Band",
    "release_id": null,
    "release_group_id": "9f7a4c28-8fa2-3113-929c-c47a9f7982c3",
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "1967-05-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The final track off of 'Sgt. Pepper's Lonely Hearts Club Band' was written by John Lennon & Paul McCartney. Lennon's lyrics, primarily the intro and ending, were inspired by contemporary newspaper articles,  including a report on the death of Guinness heir Tara Browne.\n\nMcCartney's lyrics recall his younger years,  which included riding the bus, smoking, and going to class.\n--\nWatch the official music video for this iconic track:\nhttps://www.youtube.com/watch?v=usNsCeOV4GM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}