Information about plays

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

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

{
    "id": 3540920,
    "uri": "https://api.kexp.org/v2/plays/3540920/?format=api",
    "airdate": "2025-08-16T20:33:50-07:00",
    "show": 64308,
    "show_uri": "https://api.kexp.org/v2/shows/64308/?format=api",
    "image_uri": "https://ia804505.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": "Built to Spill have west coast shows upcoming!\n\n- Psychic Salamander Festival in Carnation, WA on September 13th!\n\n- San Francisco at The Chapel for three nights: November 11th-13th! \n\nhttps://www.builttospill.com/shows",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}