Information about plays

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

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

{
    "id": 3610496,
    "uri": "https://api.kexp.org/v2/plays/3610496/?format=api",
    "airdate": "2026-01-29T05:57:20-08:00",
    "show": 65783,
    "show_uri": "https://api.kexp.org/v2/shows/65783/?format=api",
    "image_uri": "https://ia801902.us.archive.org/9/items/mbid-2a8aeee5-04f5-40c4-a7b0-7b812428d112/mbid-2a8aeee5-04f5-40c4-a7b0-7b812428d112-3717362313_thumb500.jpg",
    "thumbnail_uri": "https://ia801902.us.archive.org/9/items/mbid-2a8aeee5-04f5-40c4-a7b0-7b812428d112/mbid-2a8aeee5-04f5-40c4-a7b0-7b812428d112-3717362313_thumb250.jpg",
    "song": "Rhymin & Stealin",
    "track_id": "eb2ae2e2-cfe4-3007-a4bb-142383b39761",
    "recording_id": "3a58f0e0-fc53-495b-bb83-54d1170ef103",
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Licensed to Ill",
    "release_id": "2a8aeee5-04f5-40c4-a7b0-7b812428d112",
    "release_group_id": "57f5e7c8-2a6e-34a0-b4cd-0e77695bc36f",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song samples the hook from Black Sabbath's 1971 \"Sweet Leaf.\"\nIt also famously samples John Bonham's drumming from Led Zeppelin's \"When The Levee Breaks.\"  and vocals from The Clash's version of \"I Fought The Law.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}