Information about plays

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

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

{
    "id": 3622923,
    "uri": "https://api.kexp.org/v2/plays/3622923/?format=api",
    "airdate": "2026-02-27T08:22:08-08:00",
    "show": 66042,
    "show_uri": "https://api.kexp.org/v2/shows/66042/?format=api",
    "image_uri": "https://dn711009.ca.archive.org/0/items/mbid-6175c97d-12a9-379f-91ba-5b1e04b82b9c/mbid-6175c97d-12a9-379f-91ba-5b1e04b82b9c-11263470866_thumb500.jpg",
    "thumbnail_uri": "https://dn711009.ca.archive.org/0/items/mbid-6175c97d-12a9-379f-91ba-5b1e04b82b9c/mbid-6175c97d-12a9-379f-91ba-5b1e04b82b9c-11263470866_thumb250.jpg",
    "song": "Strawberry Letter 23",
    "track_id": "11cace5e-e142-3b89-b7c7-695cf24ebcec",
    "recording_id": "a4d30f4d-8e57-47aa-a019-ae8a4de21774",
    "artist": "Shuggie Otis",
    "artist_ids": [
        "ff9542ca-7859-4db2-8796-c1e3c39b9c0a"
    ],
    "album": "Inspiration Information",
    "release_id": "6175c97d-12a9-379f-91ba-5b1e04b82b9c",
    "release_group_id": "2bb3b259-5ea7-3773-96be-20d9a592358a",
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "release_date": "2001-04-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "According to the United States Department of Agriculture, the annual per capita consumption of fresh and frozen strawberries is 4.85 pounds.\n--\nAccording to the Guinness Book of Records, the world's largest strawberry shortcake was 827 square feet in size and weighed 6,000 pounds. It was made in 1999 in Plant City, Florida.\n---\nWant to know more about \"strewn berries\"?: https://ipm.missouri.edu/meg/2012/5/strawberry-a-brief-history/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}