Information about plays

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

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

{
    "id": 3544603,
    "uri": "https://api.kexp.org/v2/plays/3544603/?format=api",
    "airdate": "2025-08-25T10:44:22-07:00",
    "show": 64385,
    "show_uri": "https://api.kexp.org/v2/shows/64385/?format=api",
    "image_uri": "https://ia800807.us.archive.org/11/items/mbid-1e0cda00-ae37-473e-b533-8992266e3176/mbid-1e0cda00-ae37-473e-b533-8992266e3176-23056722278_thumb500.jpg",
    "thumbnail_uri": "https://ia800807.us.archive.org/11/items/mbid-1e0cda00-ae37-473e-b533-8992266e3176/mbid-1e0cda00-ae37-473e-b533-8992266e3176-23056722278_thumb250.jpg",
    "song": "U.S. Blues",
    "track_id": "16f24e67-6778-3f23-b0ed-edcf5ea0c22d",
    "recording_id": "dcd207f4-fb1f-49ca-b800-77a4ba9016f0",
    "artist": "Grateful Dead",
    "artist_ids": [
        "6faa7ca7-0d99-4a5e-bfa6-1fd5037520c6"
    ],
    "album": "From the Mars Hotel",
    "release_id": "1e0cda00-ae37-473e-b533-8992266e3176",
    "release_group_id": "4994cbe4-228f-3f20-b519-8957d4c19ee4",
    "labels": [
        "Grateful Dead Records"
    ],
    "label_ids": [
        "6864bcce-2b7e-40f6-9391-6732f4e181c5"
    ],
    "release_date": "1974-06-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1974's From the Mars Hotel \"came after a ceaseless run of touring that the band built their enduring legacy on, and right before they decided to take a break from the road for a year or two. Where much of their studio output could be unfocused or not quite as exciting as the mystical group playing of their live shows, the eight songs that make up Mars Hotel strike a balance that was rare for the band.\"\n\nRead more here: https://tinyurl.com/yc3ep4rp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}