Information about plays

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

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

{
    "id": 3548896,
    "uri": "https://api.kexp.org/v2/plays/3548896/?format=api",
    "airdate": "2025-09-04T16:04:08-07:00",
    "show": 64473,
    "show_uri": "https://api.kexp.org/v2/shows/64473/?format=api",
    "image_uri": "https://ia903209.us.archive.org/8/items/mbid-53e70778-6771-4674-8933-9438b4528dd8/mbid-53e70778-6771-4674-8933-9438b4528dd8-15934451483_thumb500.jpg",
    "thumbnail_uri": "https://ia903209.us.archive.org/8/items/mbid-53e70778-6771-4674-8933-9438b4528dd8/mbid-53e70778-6771-4674-8933-9438b4528dd8-15934451483_thumb250.jpg",
    "song": "Superunknown",
    "track_id": "2b62941b-074d-368d-9773-d80f4c00bd92",
    "recording_id": "0a9205f2-ccaf-47d6-8e34-3d73ad5abb2c",
    "artist": "Soundgarden",
    "artist_ids": [
        "153c9281-268f-4cf3-8938-f5a4593e5df4"
    ],
    "album": "Superunknown",
    "release_id": "53e70778-6771-4674-8933-9438b4528dd8",
    "release_group_id": "8300fe9c-0022-3c55-8a3e-8dc61f282e8c",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1994-03-08",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday to Kim Thayil born on this day in 1960!\n\nKim Thayil is best known as the lead guitarist of the Seattle-based rock band Soundgarden, which he cofounded with singer Chris Cornell and bassist Hiro Yamamoto in 1984. Thayil was named the 100th greatest guitarist of all time by Rolling Stone. \n--\nWatch the music video for Superunknown: https://www.youtube.com/watch?v=AwdjreJKggg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}