Information about plays

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

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

{
    "id": 3572195,
    "uri": "https://api.kexp.org/v2/plays/3572195/?format=api",
    "airdate": "2025-10-31T11:21:33-07:00",
    "show": 64983,
    "show_uri": "https://api.kexp.org/v2/shows/64983/?format=api",
    "image_uri": "https://ia902908.us.archive.org/16/items/mbid-6600f795-278c-49e3-883d-547016141503/mbid-6600f795-278c-49e3-883d-547016141503-15810465428_thumb500.jpg",
    "thumbnail_uri": "https://ia802908.us.archive.org/16/items/mbid-6600f795-278c-49e3-883d-547016141503/mbid-6600f795-278c-49e3-883d-547016141503-15810465428_thumb250.jpg",
    "song": "Burning Hell",
    "track_id": "cc8832d5-9662-3eea-923d-8d46a575e29a",
    "recording_id": "c652f1b0-bbba-41e2-91f2-e70491238e8c",
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "Dead Letter Office",
    "release_id": "6600f795-278c-49e3-883d-547016141503",
    "release_group_id": "e4a46108-cd64-3a3e-a237-a12a63286326",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1987-04-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dead Letter Office is a rarities and B-sides collection by R.E.M., released in April 1987. The album spans the range from Murmur and up to Life's Rich Pageant.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}