Information about plays

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

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

{
    "id": 3542125,
    "uri": "https://api.kexp.org/v2/plays/3542125/?format=api",
    "airdate": "2025-08-19T16:26:37-07:00",
    "show": 64333,
    "show_uri": "https://api.kexp.org/v2/shows/64333/?format=api",
    "image_uri": "https://ia803105.us.archive.org/17/items/mbid-86bdb978-10ee-47d1-8d78-824cd45b35f1/mbid-86bdb978-10ee-47d1-8d78-824cd45b35f1-24906986552_thumb500.jpg",
    "thumbnail_uri": "https://ia903105.us.archive.org/17/items/mbid-86bdb978-10ee-47d1-8d78-824cd45b35f1/mbid-86bdb978-10ee-47d1-8d78-824cd45b35f1-24906986552_thumb250.jpg",
    "song": "Letter From God to Man",
    "track_id": "716c9fda-9d7d-47c0-876e-d79010b96834",
    "recording_id": "ec366158-ae01-488a-9798-87353a7e3587",
    "artist": "Dan le Sac vs. Scroobius Pip",
    "artist_ids": [
        "fb8fb96b-e9aa-4cdd-b3b0-b49eaa0f32dd"
    ],
    "album": "Angles",
    "release_id": "b2513e78-f7e7-45f5-be57-6790e199b0ee",
    "release_group_id": "a96f4ed7-817c-3eb7-a3c3-8648ab691396",
    "labels": [
        "Strange Famous Records"
    ],
    "label_ids": [
        "91b3c431-8d3a-43c5-909d-c2f3380bd8db"
    ],
    "release_date": "2008-05-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Letter From God to Man\" by Dan Le Sac vs Scroobius Pip sampled Radiohead's \"Planet Telex\".\n--\n\"So I'm writing to apologize\nFor all the horrors committed in my name\nAlthough it was never what I intended\nI feel I should take my share of the blame...\"\nHere are the lyrics to the \"Letter\": https://genius.com/Dan-le-sac-vs-scroobius-pip-letter-from-god-to-man-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}