Information about plays

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

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

{
    "id": 3559211,
    "uri": "https://api.kexp.org/v2/plays/3559211/?format=api",
    "airdate": "2025-09-29T12:09:09-07:00",
    "show": 64700,
    "show_uri": "https://api.kexp.org/v2/shows/64700/?format=api",
    "image_uri": "https://dn710006.ca.archive.org/0/items/mbid-6746bca9-463c-4a65-b81a-285f830738ff/mbid-6746bca9-463c-4a65-b81a-285f830738ff-33602530037_thumb500.jpg",
    "thumbnail_uri": "https://dn710006.ca.archive.org/0/items/mbid-6746bca9-463c-4a65-b81a-285f830738ff/mbid-6746bca9-463c-4a65-b81a-285f830738ff-33602530037_thumb250.jpg",
    "song": "Spiderweb",
    "track_id": "6617abe9-133c-4467-ac7d-c2e4b1fc9a62",
    "recording_id": "4c77417a-d846-411b-a331-3423116e14df",
    "artist": "Built to Spill",
    "artist_ids": [
        "3ac482b8-1494-4071-a0e9-f192f9d2c2b0"
    ],
    "album": "When The Wind Forgets Your Name",
    "release_id": "6746bca9-463c-4a65-b81a-285f830738ff",
    "release_group_id": "ef4d4b99-a73c-48f4-8e7f-5244c38e4cbd",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2022-09-09",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Built to Spill is playing:\n\n- San Francisco, CA, on Tuesday - Thursday, Nov. 11 - 13, at The Chapel\n- Seattle, WA on Tuesday/Wednesday, Nov. 25-26, at The Neptune\n\nhttps://www.builttospill.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}