Information about plays

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

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

{
    "id": 3548606,
    "uri": "https://api.kexp.org/v2/plays/3548606/?format=api",
    "airdate": "2025-09-03T23:05:10-07:00",
    "show": 64467,
    "show_uri": "https://api.kexp.org/v2/shows/64467/?format=api",
    "image_uri": "https://ia800303.us.archive.org/26/items/mbid-5d1d021e-904e-4f43-be38-976563ec8edd/mbid-5d1d021e-904e-4f43-be38-976563ec8edd-13400059706_thumb500.jpg",
    "thumbnail_uri": "https://ia800303.us.archive.org/26/items/mbid-5d1d021e-904e-4f43-be38-976563ec8edd/mbid-5d1d021e-904e-4f43-be38-976563ec8edd-13400059706_thumb250.jpg",
    "song": "Honeycomb",
    "track_id": "ec0a2630-df5d-357b-a94d-bd0494d0953a",
    "recording_id": "1c862f33-77cc-4e64-8f80-0b242f0d9fce",
    "artist": "Helium",
    "artist_ids": [
        "573510d6-bb5d-4d07-b0aa-ea6afe39e28d"
    ],
    "album": "The Dirt of Luck",
    "release_id": "5d1d021e-904e-4f43-be38-976563ec8edd",
    "release_group_id": "cabb88cf-2a34-3e2a-a57a-a8a964b7df3a",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1995-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mary Timony, previously of the DC band Autoclave, released her debut with Helium in '95.\n\nhttps://marytimony.bandcamp.com/album/untame-the-tiger-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}