Information about plays

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

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

{
    "id": 3636958,
    "uri": "https://api.kexp.org/v2/plays/3636958/?format=api",
    "airdate": "2026-04-02T17:59:53-07:00",
    "show": 66347,
    "show_uri": "https://api.kexp.org/v2/shows/66347/?format=api",
    "image_uri": "https://dn720001.ca.archive.org/0/items/mbid-276c80e1-b84e-4224-b57e-d849487fe36f/mbid-276c80e1-b84e-4224-b57e-d849487fe36f-44074294962_thumb500.jpg",
    "thumbnail_uri": "https://dn720001.ca.archive.org/0/items/mbid-276c80e1-b84e-4224-b57e-d849487fe36f/mbid-276c80e1-b84e-4224-b57e-d849487fe36f-44074294962_thumb250.jpg",
    "song": "Wings of Desire",
    "track_id": "adde8cd1-c87b-499b-83d1-fe2591a7a1d5",
    "recording_id": "9e8cef91-2455-4b80-823f-96feced49552",
    "artist": "Hemi Hemingway",
    "artist_ids": [
        "a427d446-b417-40f5-bb34-9e1b092a63d0"
    ],
    "album": "Wings of Desire",
    "release_id": "276c80e1-b84e-4224-b57e-d849487fe36f",
    "release_group_id": "d3993acd-9c24-492e-be89-c10fc6751ea4",
    "labels": [
        "PNKSLM Recordings"
    ],
    "label_ids": [
        "f2f69d02-3063-4223-b921-2b9a6b1e1712"
    ],
    "release_date": "2026-02-20",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hemingway spends this album switching focus from his previous 1950s pop sound to a tribute to 1980s Berlin punk, creating and stepping into a completely different world. Hemingway’s clear love for all of the past genres he has tapped into throughout his career makes this album atmospheric and easy to enjoy.  https://www.youtube.com/watch?v=RGasHqeEQ94",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}