Information about plays

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

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

{
    "id": 3636353,
    "uri": "https://api.kexp.org/v2/plays/3636353/?format=api",
    "airdate": "2026-04-01T07:29:39-07:00",
    "show": 66336,
    "show_uri": "https://api.kexp.org/v2/shows/66336/?format=api",
    "image_uri": "https://dn721806.ca.archive.org/0/items/mbid-831290dc-bc9f-403d-810d-1a73917a82dd/mbid-831290dc-bc9f-403d-810d-1a73917a82dd-44193009402_thumb500.jpg",
    "thumbnail_uri": "https://dn721806.ca.archive.org/0/items/mbid-831290dc-bc9f-403d-810d-1a73917a82dd/mbid-831290dc-bc9f-403d-810d-1a73917a82dd-44193009402_thumb250.jpg",
    "song": "Stairway to Nowhere",
    "track_id": "2852fc33-907b-404e-9f81-ddbe4dc630e0",
    "recording_id": "4623c59e-a0f3-4f15-b390-ec0027a399a9",
    "artist": "King Tuff",
    "artist_ids": [
        "4e442c83-b547-4d6e-9270-cdd35e3c3195"
    ],
    "album": "MOO",
    "release_id": "831290dc-bc9f-403d-810d-1a73917a82dd",
    "release_group_id": "fb407a09-1f6e-4e0f-837f-bdc454712e17",
    "labels": [
        "Thirty Tigers"
    ],
    "label_ids": [
        "5ecd57fa-e156-453e-94c9-3c8f1832b3ec"
    ],
    "release_date": "2026-03-27",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "King Tuff’s real name is Kyle Thomas. He lives and works in Vermont. He writes songs, records them, sometimes tours, draws, paints, collects things, sells things, and has a bunch of weird hobbies like making ice cream, marbling, and pickling.\n\nKing Tuff will be out on the West Coast in May:\n* San Francisco on May 2 at The Chapel\n* Seattle on May 4 at Barboza \n\nhttps://kingtuff.bandcamp.com\nhttp://www.kingtuffworld.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}