Information about plays

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

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

{
    "id": 3571933,
    "uri": "https://api.kexp.org/v2/plays/3571933/?format=api",
    "airdate": "2025-10-30T18:58:20-07:00",
    "show": 64977,
    "show_uri": "https://api.kexp.org/v2/shows/64977/?format=api",
    "image_uri": "https://ia803407.us.archive.org/35/items/mbid-f7a09aff-6a8c-49c1-b8fb-4d2e93bebd6b/mbid-f7a09aff-6a8c-49c1-b8fb-4d2e93bebd6b-2226612186_thumb500.jpg",
    "thumbnail_uri": "https://ia803407.us.archive.org/35/items/mbid-f7a09aff-6a8c-49c1-b8fb-4d2e93bebd6b/mbid-f7a09aff-6a8c-49c1-b8fb-4d2e93bebd6b-2226612186_thumb250.jpg",
    "song": "Come to Daddy (Pappy mix)",
    "track_id": "d05112be-ec8b-369b-ae7c-dd00defe33d3",
    "recording_id": "7c22ff37-4987-42b3-9810-68d9360882d2",
    "artist": "Aphex Twin",
    "artist_ids": [
        "f22942a1-6f70-4f48-866e-238cb2308fbd"
    ],
    "album": "Come to Daddy",
    "release_id": "f7a09aff-6a8c-49c1-b8fb-4d2e93bebd6b",
    "release_group_id": "1186c363-a371-3b3e-9fa8-bbe3bc659a15",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "1997-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "If you want to be super spooked out, check out the Come to Daddy (Director's Cut): https://youtu.be/TZ827lkktYs?si=2ecSByPzwOc0vDt3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}