Information about plays

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

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

{
    "id": 3527514,
    "uri": "https://api.kexp.org/v2/plays/3527514/?format=api",
    "airdate": "2025-07-16T00:34:57-07:00",
    "show": 64025,
    "show_uri": "https://api.kexp.org/v2/shows/64025/?format=api",
    "image_uri": "https://ia800502.us.archive.org/7/items/mbid-2aab887a-8583-4f0f-805c-10a9c702deae/mbid-2aab887a-8583-4f0f-805c-10a9c702deae-14978727079_thumb500.jpg",
    "thumbnail_uri": "https://ia800502.us.archive.org/7/items/mbid-2aab887a-8583-4f0f-805c-10a9c702deae/mbid-2aab887a-8583-4f0f-805c-10a9c702deae-14978727079_thumb250.jpg",
    "song": "I Touch Roses",
    "track_id": "d4422b62-4172-324b-b37f-63e8c396e6c0",
    "recording_id": "496837cc-423e-4714-9e8e-627da580a012",
    "artist": "Book of Love",
    "artist_ids": [
        "874b3a85-db6e-49f2-b8bf-747ca5c10d27"
    ],
    "album": "I Touch Roses: The Best of Book of Love",
    "release_id": "2aab887a-8583-4f0f-805c-10a9c702deae",
    "release_group_id": "9c363cd1-bed9-3411-8d23-c8d115d885e7",
    "labels": [],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Book of Love is a NYC-based American synthpop and electronic band, formed in 1983.\n\nLed by vocalist Susan Ottaviano, the band also includes keyboardists Ted Ottaviano (no relation to Susan), Lauren Roselli and Jade Lee. https://www.bookoflovemusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}