Information about plays

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

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

{
    "id": 3542007,
    "uri": "https://api.kexp.org/v2/plays/3542007/?format=api",
    "airdate": "2025-08-19T09:14:48-07:00",
    "show": 64330,
    "show_uri": "https://api.kexp.org/v2/shows/64330/?format=api",
    "image_uri": "https://ia600103.us.archive.org/14/items/mbid-05a55b9d-6ea1-42c3-a285-2f671a8b1b8d/mbid-05a55b9d-6ea1-42c3-a285-2f671a8b1b8d-19524464122_thumb500.jpg",
    "thumbnail_uri": "https://ia800103.us.archive.org/14/items/mbid-05a55b9d-6ea1-42c3-a285-2f671a8b1b8d/mbid-05a55b9d-6ea1-42c3-a285-2f671a8b1b8d-19524464122_thumb250.jpg",
    "song": "Don't Call Her No Tramp",
    "track_id": "a0850f28-97c8-370d-8349-2d6f8a21bb7c",
    "recording_id": "c5775ade-e542-4ebf-ac45-a4e8aa910874",
    "artist": "Betty Davis",
    "artist_ids": [
        "bb17dc42-ecaf-42ca-aa35-b23207573060"
    ],
    "album": "They Say I'm Different",
    "release_id": "05a55b9d-6ea1-42c3-a285-2f671a8b1b8d",
    "release_group_id": "642b737a-3f6f-3fb7-8745-28f7f7498a3d",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2007-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The elusive Betty Davis was hailed as the queen of funk in the early 1970s but mysteriously disappeared from public life in the ’80s. Davis passed away in February of 2022. \n\nRead \"‘I didn’t just fade off the planet.’ Reconnecting with ’70s funk queen Betty Davis\" https://wapo.st/33Uv8t5",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}