Information about plays

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

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

{
    "id": 3245685,
    "uri": "https://api.kexp.org/v2/plays/3245685/?format=api",
    "airdate": "2023-09-14T10:27:22-07:00",
    "show": 58074,
    "show_uri": "https://api.kexp.org/v2/shows/58074/?format=api",
    "image_uri": "https://ia902704.us.archive.org/10/items/mbid-a77b5e09-d534-44b2-a03e-127ff3fa07f7/mbid-a77b5e09-d534-44b2-a03e-127ff3fa07f7-36299853078_thumb500.jpg",
    "thumbnail_uri": "https://ia802704.us.archive.org/10/items/mbid-a77b5e09-d534-44b2-a03e-127ff3fa07f7/mbid-a77b5e09-d534-44b2-a03e-127ff3fa07f7-36299853078_thumb250.jpg",
    "song": "Spiral",
    "track_id": "70623bf0-dfc1-4b55-8f78-a139d2cadbf2",
    "recording_id": "33d5fe68-2dd7-41e5-8d09-de2733c000c9",
    "artist": "Hello Mary",
    "artist_ids": [
        "5f442f5d-82e8-48bd-a6fa-8b37140f4166"
    ],
    "album": "Hello Mary",
    "release_id": "a77b5e09-d534-44b2-a03e-127ff3fa07f7",
    "release_group_id": "337007e0-8245-4b9c-8a14-90a6ca1299c7",
    "labels": [
        "Frenchkiss Records"
    ],
    "label_ids": [
        "dfbbcec7-ad28-4340-a440-c08b064382ba"
    ],
    "release_date": "2023-03-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hello Mary played Live on KEXP in August! https://bit.ly/3U8ARlU\n\n\"Harnessing elements of shoegaze, indie, and alt-rock, the Brooklyn trio’s dense soundscapes nod to the ‘90s while simultaneously embracing distinct modernism. It’s no surprise that their grungy, high-fuzz rippers have been collecting acclaim from names that have shaped the contours of good rock music... Hello Mary are instantly accessible, refreshingly singular, and their music immediately quenches that ever-present thirst for catharsis.\" Check out more about the band in this KEXP feature by Tia Ho: https://bit.ly/3OyTlLa",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}