Information about plays

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

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

{
    "id": 3542518,
    "uri": "https://api.kexp.org/v2/plays/3542518/?format=api",
    "airdate": "2025-08-20T15:06:03-07:00",
    "show": 64340,
    "show_uri": "https://api.kexp.org/v2/shows/64340/?format=api",
    "image_uri": "https://ia903109.us.archive.org/4/items/mbid-7c6adda0-3ee6-4768-b291-d7d834fbc50f/mbid-7c6adda0-3ee6-4768-b291-d7d834fbc50f-42324868958_thumb500.jpg",
    "thumbnail_uri": "https://dn721302.ca.archive.org/0/items/mbid-7c6adda0-3ee6-4768-b291-d7d834fbc50f/mbid-7c6adda0-3ee6-4768-b291-d7d834fbc50f-42324868958_thumb250.jpg",
    "song": "Small Stakes",
    "track_id": "808a27e9-6e47-344b-a800-a81c228ae134",
    "recording_id": "7e9ecd05-fdc9-41e9-837b-0373e244cb69",
    "artist": "Spoon",
    "artist_ids": [
        "84eac621-1c5a-49a1-9500-555099c6e184"
    ],
    "album": "Kill the Moonlight",
    "release_id": "08a47120-48b2-36d7-9a6c-5f364beff9ab",
    "release_group_id": "f40ad871-3f38-38e7-a78a-3dcf01d8ded7",
    "labels": [
        "Spunk!"
    ],
    "label_ids": [
        "c7a85cd3-b402-4f01-8019-6751e71f777f"
    ],
    "release_date": "2002-09-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Kill the Moonlight\" was released on this date in 2002! Here's a brief interview with Britt Daniel about writing \"Kill the Moonlight\": https://www.youtube.com/watch?v=3VsBc6mOrII\n--\nWatch Spoon performing \"Small Stakes\" live in the KEXP studio in 2014 - https://www.youtube.com/watch?v=9QKtbbtFqZA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}