Information about plays

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

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

{
    "id": 3577280,
    "uri": "https://api.kexp.org/v2/plays/3577280/?format=api",
    "airdate": "2025-11-12T14:44:09-08:00",
    "show": 65091,
    "show_uri": "https://api.kexp.org/v2/shows/65091/?format=api",
    "image_uri": "https://dn710601.ca.archive.org/0/items/mbid-72995c3c-db08-4a2d-8823-f5d718b78c3d/mbid-72995c3c-db08-4a2d-8823-f5d718b78c3d-4173875361_thumb500.jpg",
    "thumbnail_uri": "https://dn710601.ca.archive.org/0/items/mbid-72995c3c-db08-4a2d-8823-f5d718b78c3d/mbid-72995c3c-db08-4a2d-8823-f5d718b78c3d-4173875361_thumb250.jpg",
    "song": "Blister in the Sun",
    "track_id": "987e8c97-ae07-3d59-8853-328b5a75f605",
    "recording_id": "1acace10-134c-4c91-a87a-cb8314d50efd",
    "artist": "Violent Femmes",
    "artist_ids": [
        "2aab61bc-67f4-4722-8c6e-e1821b2e32a6"
    ],
    "album": "Add It Up (1981–1993)",
    "release_id": "72995c3c-db08-4a2d-8823-f5d718b78c3d",
    "release_group_id": "c03aba2b-48ad-384b-b48a-de669eeffde7",
    "labels": [
        "Slash"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1993-09-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "My high school reunion is happening Saturday in Kitchener (Ontario, Canada) ...\nI want to send out love to all those girls who hiked up their kilts, ate fries at the mall, skipped math to go smoke on the church steps, and who caused general mayhem wherever they went. Can't wait to dance with them again! --Sox\n---\nViolent Femmes performed this song from their debut album in our Gathering Space in 2017: https://www.youtube.com/watch?v=lRYNviFagcg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}