Information about plays

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

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

{
    "id": 3622924,
    "uri": "https://api.kexp.org/v2/plays/3622924/?format=api",
    "airdate": "2026-02-27T08:25:57-08:00",
    "show": 66042,
    "show_uri": "https://api.kexp.org/v2/shows/66042/?format=api",
    "image_uri": "https://dn711006.ca.archive.org/0/items/mbid-db1cb311-d4de-4bad-a68d-11c2c16d2d0f/mbid-db1cb311-d4de-4bad-a68d-11c2c16d2d0f-2911634286_thumb500.jpg",
    "thumbnail_uri": "https://dn711006.ca.archive.org/0/items/mbid-db1cb311-d4de-4bad-a68d-11c2c16d2d0f/mbid-db1cb311-d4de-4bad-a68d-11c2c16d2d0f-2911634286_thumb250.jpg",
    "song": "Strawberry Fields Forever",
    "track_id": "d15b216d-1a39-3359-a59d-8d2cb00383e6",
    "recording_id": "2887b3ac-1bb8-446a-a10b-fb28c7e1845a",
    "artist": "Richie Havens",
    "artist_ids": [
        "b45ea9f4-d0a1-45e1-b3a8-bf4fe509b8d0"
    ],
    "album": "Richard P. Havens, 1983",
    "release_id": "db1cb311-d4de-4bad-a68d-11c2c16d2d0f",
    "release_group_id": "b833028d-122c-33fa-8399-6364028bb10a",
    "labels": [
        "Verve Forecast"
    ],
    "label_ids": [
        "87607d99-1448-4c5f-b794-b67671862aa0"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is Richie Havens' wonderful cover of The Beatles classic, written by John Lennon.\n--\nStrawberry Field was a Salvation Army home in Liverpool where John Lennon used to go. He had fond memories of the place that inspired this. In 1984, Lennon's widow Yoko Ono donated $375,000 to the home. \n--\nRichie Havens performed this song at Woodstock in 1969: https://www.youtube.com/watch?v=IQG-xM62tQg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}