Information about plays

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

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

{
    "id": 3571343,
    "uri": "https://api.kexp.org/v2/plays/3571343/?format=api",
    "airdate": "2025-10-29T08:18:28-07:00",
    "show": 64964,
    "show_uri": "https://api.kexp.org/v2/shows/64964/?format=api",
    "image_uri": "https://dn721302.ca.archive.org/0/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": "Stay Don't Go",
    "track_id": "eb8ca279-2fe0-371e-8d0b-8180ee893b8c",
    "recording_id": "c70f5d3c-77fc-4956-8b2b-03a1cf6b3f5b",
    "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 is best known for it's stripped-down sound. Here is Spoon's Live on KEXP In-Studio: https://bit.ly/3mxXVwI.\n\nhttps://spoontheband.com/\nhttps://spoontheband.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}