Information about plays

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

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

{
    "id": 3572196,
    "uri": "https://api.kexp.org/v2/plays/3572196/?format=api",
    "airdate": "2025-10-31T11:25:04-07:00",
    "show": 64983,
    "show_uri": "https://api.kexp.org/v2/shows/64983/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hellbound",
    "track_id": "38d23baa-afba-38c6-9a96-9e88f3c23979",
    "recording_id": "b1883ccf-42dc-48c5-844a-732375202ae2",
    "artist": "The Breeders",
    "artist_ids": [
        "667e856e-f3a7-42e9-8244-95422ef31321"
    ],
    "album": "Pod",
    "release_id": "213f1d8f-9233-3b6d-822d-d10f81e39e8d",
    "release_group_id": "9369d619-d85e-3abd-a31e-f4398ec4c76e",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1990-05-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dayton, Ohio's The Breeders is an alt rock outfit led by singer/guitarist Kim Deal. They recorded their 1990 debut album, Pod, in Scotland.\n\nThis album was later cited by Kurt Cobain as one of his all-time favorite albums. Listen to KEXP's Janice Headley dive into Pod's legacy and influence in an episode of the podcast, The Cobain 50: \n\nhttps://www.kexp.org/podcasts/cobain50/2024/9/11/the-breeders-pod-1990/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}