Information about plays

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

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

{
    "id": 3591935,
    "uri": "https://api.kexp.org/v2/plays/3591935/?format=api",
    "airdate": "2025-12-16T16:10:42-08:00",
    "show": 65396,
    "show_uri": "https://api.kexp.org/v2/shows/65396/?format=api",
    "image_uri": "https://ia600206.us.archive.org/32/items/mbid-6a822a1a-919d-467b-a10b-ebe66665724a/mbid-6a822a1a-919d-467b-a10b-ebe66665724a-22134212558_thumb500.jpg",
    "thumbnail_uri": "https://ia800206.us.archive.org/32/items/mbid-6a822a1a-919d-467b-a10b-ebe66665724a/mbid-6a822a1a-919d-467b-a10b-ebe66665724a-22134212558_thumb250.jpg",
    "song": "Satan Said Dance",
    "track_id": "954d9dee-7832-3c66-a97e-1b5f73dd633d",
    "recording_id": "c1471fc2-1f65-4974-9990-d4eb88341912",
    "artist": "Clap Your Hands Say Yeah",
    "artist_ids": [
        "4b2d6a23-034d-4a29-9bb9-d2462796da4e"
    ],
    "album": "Some Loud Thunder",
    "release_id": "6a822a1a-919d-467b-a10b-ebe66665724a",
    "release_group_id": "93fb5870-8552-3b2a-be10-73e55d604dc2",
    "labels": [
        "Clap Your Hands Say Yeah"
    ],
    "label_ids": [
        "57461002-cd8e-4bce-b675-ab6fa8392fbb"
    ],
    "release_date": "2007-01-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Clap your hands and start dancing! (Satan says so).\n\nHere is Clap Your Hands Say Yeah - Live in the KEXP Studio back in 2015:\nhttps://youtu.be/FxyRnXsi8DM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}