Information about plays

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

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

{
    "id": 3627694,
    "uri": "https://api.kexp.org/v2/plays/3627694/?format=api",
    "airdate": "2026-03-11T07:45:20-07:00",
    "show": 66151,
    "show_uri": "https://api.kexp.org/v2/shows/66151/?format=api",
    "image_uri": "https://dn710800.ca.archive.org/0/items/mbid-d786221f-cdd0-3e14-8d56-5e36bf68c25a/mbid-d786221f-cdd0-3e14-8d56-5e36bf68c25a-2876554780_thumb500.jpg",
    "thumbnail_uri": "https://dn710800.ca.archive.org/0/items/mbid-d786221f-cdd0-3e14-8d56-5e36bf68c25a/mbid-d786221f-cdd0-3e14-8d56-5e36bf68c25a-2876554780_thumb250.jpg",
    "song": "Power to the People",
    "track_id": "a9759d46-aa33-3852-a8ba-5b43a8429380",
    "recording_id": "6ea99c10-4e7d-4bde-8f6b-71267373ca29",
    "artist": "John Lennon",
    "artist_ids": [
        "4d5447d7-c61c-4120-ba1b-d7f471d385b9"
    ],
    "album": "John Lennon/Plastic Ono Band",
    "release_id": "d786221f-cdd0-3e14-8d56-5e36bf68c25a",
    "release_group_id": "8be83468-4917-390d-82b6-d890f058cd22",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2000-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Power to the People\" was a popular phrase in the 1960s and early '70. It indicated a need for individuals to take control from governments and institutions, which is something Lennon advocated. He said of the song: \"I wrote 'Power to the People' the same way I wrote 'Give Peace A Chance,' as something for the people to sing. I make singles like broadsheets. It was another quickie.\" --Songfacts (https://tinyurl.com/2aha2ybz)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}