Information about plays

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

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

{
    "id": 3613520,
    "uri": "https://api.kexp.org/v2/plays/3613520/?format=api",
    "airdate": "2026-02-05T11:34:59-08:00",
    "show": 65846,
    "show_uri": "https://api.kexp.org/v2/shows/65846/?format=api",
    "image_uri": "https://ia904505.us.archive.org/16/items/mbid-524c5a17-1f08-4d05-8bb5-bed5735dd96e/mbid-524c5a17-1f08-4d05-8bb5-bed5735dd96e-8073215669_thumb500.jpg",
    "thumbnail_uri": "https://ia904505.us.archive.org/16/items/mbid-524c5a17-1f08-4d05-8bb5-bed5735dd96e/mbid-524c5a17-1f08-4d05-8bb5-bed5735dd96e-8073215669_thumb250.jpg",
    "song": "Velvet Waltz",
    "track_id": "5191df25-2f64-3dc8-86a0-34f7c396b43c",
    "recording_id": "be1523ac-69a2-404b-8ca8-8752efce3f80",
    "artist": "Built to Spill",
    "artist_ids": [
        "3ac482b8-1494-4071-a0e9-f192f9d2c2b0"
    ],
    "album": "Perfect From Now On",
    "release_id": "524c5a17-1f08-4d05-8bb5-bed5735dd96e",
    "release_group_id": "e79d22e8-bad6-4b4b-a7b1-ea62796b7eee",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1997-01-28",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released in January of 1997, 'Perfect from Now On' could easily be considered Built to Spill’s masterpiece. Their two previous albums had been fairly brief affairs filled with smart power-pop songs that knew how to get in, give the hook, and get out, but 'Perfect from Now On' took a different route; the songs are longer and more complex, often stitching various song sections together and then letting them clash against each other.\n\nhttps://thevisionmsms.org/5385/entertainment/album-review-perfect-from-now-on-by-built-to-spill/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}