Information about plays

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

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

{
    "id": 3548772,
    "uri": "https://api.kexp.org/v2/plays/3548772/?format=api",
    "airdate": "2025-09-04T09:04:23-07:00",
    "show": 64470,
    "show_uri": "https://api.kexp.org/v2/shows/64470/?format=api",
    "image_uri": "https://ia804604.us.archive.org/19/items/mbid-d7b074fa-20da-3fb0-a8df-52751e14d96c/mbid-d7b074fa-20da-3fb0-a8df-52751e14d96c-2236678397_thumb500.jpg",
    "thumbnail_uri": "https://ia804604.us.archive.org/19/items/mbid-d7b074fa-20da-3fb0-a8df-52751e14d96c/mbid-d7b074fa-20da-3fb0-a8df-52751e14d96c-2236678397_thumb250.jpg",
    "song": "My Wave",
    "track_id": "996d8212-3413-3318-a1db-8da697d4489e",
    "recording_id": "019606e4-dbfd-443b-85cc-a7e40dd78aab",
    "artist": "Soundgarden",
    "artist_ids": [
        "153c9281-268f-4cf3-8938-f5a4593e5df4"
    ],
    "album": "Superunknown",
    "release_id": "d7b074fa-20da-3fb0-a8df-52751e14d96c",
    "release_group_id": "8300fe9c-0022-3c55-8a3e-8dc61f282e8c",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1994-03-07",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 65th birthday to Kim Thayil, co-founder and lead guitarist of Soundgarden!  \n\nThayil was named the 100th greatest guitarist of all time by Rolling Stone.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}