Information about plays

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

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

{
    "id": 3544073,
    "uri": "https://api.kexp.org/v2/plays/3544073/?format=api",
    "airdate": "2025-08-24T04:51:28-07:00",
    "show": 64373,
    "show_uri": "https://api.kexp.org/v2/shows/64373/?format=api",
    "image_uri": "https://ia803204.us.archive.org/35/items/mbid-f89bf381-56a4-40bd-8ba7-3580a7a97d0c/mbid-f89bf381-56a4-40bd-8ba7-3580a7a97d0c-42705942916_thumb500.jpg",
    "thumbnail_uri": "https://dn720708.ca.archive.org/0/items/mbid-f89bf381-56a4-40bd-8ba7-3580a7a97d0c/mbid-f89bf381-56a4-40bd-8ba7-3580a7a97d0c-42705942916_thumb250.jpg",
    "song": "Above Snakes",
    "track_id": "c3fa0ac2-4b32-423b-b416-ad2bdf0ca103",
    "recording_id": "bafcf1a3-1dc4-439b-b5da-d0c6660fa78f",
    "artist": "The Thing",
    "artist_ids": [
        "e728c530-8b49-48a5-89e0-11137f8add0c"
    ],
    "album": "The Thing",
    "release_id": "f89bf381-56a4-40bd-8ba7-3580a7a97d0c",
    "release_group_id": "f579679c-319a-4734-b3ae-2dbf101574fa",
    "labels": [
        "Onion Records"
    ],
    "label_ids": [
        "51a819a7-cea9-415d-8ff4-01799fc6c05e"
    ],
    "release_date": "2025-08-06",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Thing is so good, it's like putting a hot poker into your blood to see if you're a shape shifting extraterrestrial.\n(Is this anything?)\n(Would the band hate this dumb joke?)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}