Information about plays

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

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

{
    "id": 3559786,
    "uri": "https://api.kexp.org/v2/plays/3559786/?format=api",
    "airdate": "2025-09-30T21:11:48-07:00",
    "show": 64712,
    "show_uri": "https://api.kexp.org/v2/shows/64712/?format=api",
    "image_uri": "https://ia801904.us.archive.org/30/items/mbid-6b2cfa0e-52c9-3054-9221-6cbc6f32ad56/mbid-6b2cfa0e-52c9-3054-9221-6cbc6f32ad56-29391519483_thumb500.jpg",
    "thumbnail_uri": "https://dn710009.ca.archive.org/0/items/mbid-6b2cfa0e-52c9-3054-9221-6cbc6f32ad56/mbid-6b2cfa0e-52c9-3054-9221-6cbc6f32ad56-29391519483_thumb250.jpg",
    "song": "So Easy",
    "track_id": "a44c60f5-fc7d-33a3-b0bd-783794097e15",
    "recording_id": "fccb716f-1ee2-4134-8a63-d2ac3f3dc01e",
    "artist": "Röyksopp",
    "artist_ids": [
        "1c70a3fc-fa3c-4be1-8b55-c3192db8a884"
    ],
    "album": "Melody A.M.",
    "release_id": "6b2cfa0e-52c9-3054-9221-6cbc6f32ad56",
    "release_group_id": "95d72e72-55b2-3408-8d76-cce7abad3836",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2002-10-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the debut song from Norwegian duo Röyksopp (Svein Berge and Torbjørn Brundtland); originally available only in an edition of 500, it was later included on the duo's debut album, Melody AM.\n\nIt includes a sample from the Burt Bacharach and Hal David hit \"Blue on Blue\" as recorded by the Swedish group Gals & Pals. It was first recorded by Bobby Vinton in 1963. Here's the Gals & Pals version: https://www.youtube.com/watch?v=FCaFT2Hy9h8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}