Information about plays

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

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

{
    "id": 3548090,
    "uri": "https://api.kexp.org/v2/plays/3548090/?format=api",
    "airdate": "2025-09-02T18:03:30-07:00",
    "show": 64456,
    "show_uri": "https://api.kexp.org/v2/shows/64456/?format=api",
    "image_uri": "https://ia801304.us.archive.org/31/items/mbid-982d838e-2753-3964-8730-2219cb347560/mbid-982d838e-2753-3964-8730-2219cb347560-11491218525_thumb500.jpg",
    "thumbnail_uri": "https://ia801304.us.archive.org/31/items/mbid-982d838e-2753-3964-8730-2219cb347560/mbid-982d838e-2753-3964-8730-2219cb347560-11491218525_thumb250.jpg",
    "song": "Kick the Tragedy",
    "track_id": "adfcb5be-2f42-3630-bde3-814d2a93a2c6",
    "recording_id": "a204a05d-70db-4c5f-aead-f942e0a0ae63",
    "artist": "Drop Nineteens",
    "artist_ids": [
        "266f5184-d8ab-40c3-9af2-b0c615b37b53"
    ],
    "album": "Delaware",
    "release_id": "982d838e-2753-3964-8730-2219cb347560",
    "release_group_id": "df8630a6-e0b5-3504-92d3-9f8c474c2da1",
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Drop Nineteens were a Boston-based indie rock band active from 1991 to 1995. They were one of few US bands at the time to base their sound on English shoegaze, drawing inspiration from bands like My Bloody Valentine, Slowdive, Th' Faith Healers, and Bleach.\nhttps://www.dropnineteens.com\n\nDrop NIneteens will be playing at the Fillmore in San Francisco on Friday November 7th. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}