Information about plays

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

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

{
    "id": 3589332,
    "uri": "https://api.kexp.org/v2/plays/3589332/?format=api",
    "airdate": "2025-12-10T12:19:43-08:00",
    "show": 65339,
    "show_uri": "https://api.kexp.org/v2/shows/65339/?format=api",
    "image_uri": "https://ia800308.us.archive.org/21/items/mbid-3d12c416-5188-305a-8ae7-f15380dcf0f2/mbid-3d12c416-5188-305a-8ae7-f15380dcf0f2-13434157598_thumb500.jpg",
    "thumbnail_uri": "https://ia800308.us.archive.org/21/items/mbid-3d12c416-5188-305a-8ae7-f15380dcf0f2/mbid-3d12c416-5188-305a-8ae7-f15380dcf0f2-13434157598_thumb250.jpg",
    "song": "The Wagon",
    "track_id": "ab4041f5-03c1-3687-bba4-43d1ca5913b5",
    "recording_id": "39dd0407-e4fe-415e-9988-c918e7b053d9",
    "artist": "Dinosaur Jr.",
    "artist_ids": [
        "77c167d2-4965-4421-830a-9815e4956475"
    ],
    "album": "Green Mind",
    "release_id": "3d12c416-5188-305a-8ae7-f15380dcf0f2",
    "release_group_id": "15bb23cc-0d7d-37ec-98b9-6c5efa90843b",
    "labels": [
        "Blanco y Negro Records"
    ],
    "label_ids": [
        "dfe73666-3b14-4f75-bcad-ec311546aeff"
    ],
    "release_date": "1991-02-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Green Mind' was the band's first major label release and the 1st recorded after bassist Lou Barlow left the band.; J Mascis played nearly all of the instruments on the album. The lyrics for \"The Wagon\" were inspired by the band's use of station wagons in their early gigging days.\n\nCheck out Dinosaur Jr Live on KEXP at Home from 2021: https://youtu.be/W02vyyxlDHI.\n\nhttps://dinosaurjr.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}