Information about plays

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

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

{
    "id": 3580128,
    "uri": "https://api.kexp.org/v2/plays/3580128/?format=api",
    "airdate": "2025-11-19T06:29:08-08:00",
    "show": 65151,
    "show_uri": "https://api.kexp.org/v2/shows/65151/?format=api",
    "image_uri": "https://ia804604.us.archive.org/31/items/mbid-ea12558a-9394-4fc8-aa4d-0ebad4983f2f/mbid-ea12558a-9394-4fc8-aa4d-0ebad4983f2f-18879137915_thumb500.jpg",
    "thumbnail_uri": "https://ia904604.us.archive.org/31/items/mbid-ea12558a-9394-4fc8-aa4d-0ebad4983f2f/mbid-ea12558a-9394-4fc8-aa4d-0ebad4983f2f-18879137915_thumb250.jpg",
    "song": "Everybody’s Coming to My House",
    "track_id": "19bb54fd-c471-4644-b8ae-21df8a0c43a0",
    "recording_id": "de974b8e-7623-4890-9a80-7f4d9fa85f5a",
    "artist": "David Byrne",
    "artist_ids": [
        "d4659efb-b8eb-4f03-95e9-f69ce35967a9"
    ],
    "album": "American Utopia",
    "release_id": "ea12558a-9394-4fc8-aa4d-0ebad4983f2f",
    "release_group_id": "3e7a3cd4-fb2c-40e8-b093-eaffe8c9cfdd",
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2018-03-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "David Byrne recruited students from the Detroit School of Arts for the singer’s celebratory “Everybody’s Coming to My House” video, a track off Byrne’s LP, American Utopia.\n\nSpeaking about the video, he said: “When I saw what the DSA students did with my song, it completely changed the way I thought of the song. In fact, it changed the meaning of the song — I realized it was about inclusion, welcoming and not being alone.'\n\nThe students directed the video as well: https://youtu.be/Ga97sIZlr1c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}