Information about plays

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

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

{
    "id": 3608049,
    "uri": "https://api.kexp.org/v2/plays/3608049/?format=api",
    "airdate": "2026-01-23T12:25:34-08:00",
    "show": 65731,
    "show_uri": "https://api.kexp.org/v2/shows/65731/?format=api",
    "image_uri": "https://ia800405.us.archive.org/27/items/mbid-3ed13268-cd3c-4c02-a525-4cf106191b65/mbid-3ed13268-cd3c-4c02-a525-4cf106191b65-10508383486_thumb500.jpg",
    "thumbnail_uri": "https://ia800405.us.archive.org/27/items/mbid-3ed13268-cd3c-4c02-a525-4cf106191b65/mbid-3ed13268-cd3c-4c02-a525-4cf106191b65-10508383486_thumb250.jpg",
    "song": "You Are a Tourist",
    "track_id": "31c96616-f4b7-4cec-b17c-0fca9fc0f55b",
    "recording_id": "cb749ff1-42a6-4c6b-ac7e-e4c060720c50",
    "artist": "Death Cab for Cutie",
    "artist_ids": [
        "0039c7ae-e1a7-4a7d-9b49-0cbc716821a6"
    ],
    "album": "Codes and Keys",
    "release_id": "3ed13268-cd3c-4c02-a525-4cf106191b65",
    "release_group_id": "c4c7eec6-e04f-4c59-879b-4105a4ad3ecd",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2011-05-27",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"You Are a Tourist\" comes from the 2011 release, Codes and Keys. \nhttps://deathcabforcutie.bandcamp.com/\n\nEnjoy this video of Ben Gibbard of Death Cab for Cutie performing Live on KEXP in July 2022:  https://www.youtube.com/watch?v=G8Q5TJ8aIzg&t=50s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}