Information about plays

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

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

{
    "id": 3554886,
    "uri": "https://api.kexp.org/v2/plays/3554886/?format=api",
    "airdate": "2025-09-19T05:41:45-07:00",
    "show": 64600,
    "show_uri": "https://api.kexp.org/v2/shows/64600/?format=api",
    "image_uri": "https://ia600705.us.archive.org/32/items/mbid-972a75f7-145f-4be0-9009-ad9a191faa87/mbid-972a75f7-145f-4be0-9009-ad9a191faa87-41780347112_thumb500.jpg",
    "thumbnail_uri": "https://dn721806.ca.archive.org/0/items/mbid-972a75f7-145f-4be0-9009-ad9a191faa87/mbid-972a75f7-145f-4be0-9009-ad9a191faa87-41780347112_thumb250.jpg",
    "song": "A Fragile Thing (Twilight Sad remix)",
    "track_id": "b4197013-120f-4993-a0fb-66eac3a5fe7c",
    "recording_id": "d0b607c7-2b2e-4c04-8be8-6791eab9aabe",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Mixes of a Lost World",
    "release_id": "972a75f7-145f-4be0-9009-ad9a191faa87",
    "release_group_id": "0ef1d20b-847b-4034-9ec2-a9854cd1f9a8",
    "labels": [
        "Polydor",
        "Lost Music Limited"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2",
        "53af8f7d-391b-45e6-a7e1-f0e5206d46db"
    ],
    "release_date": "2025-06-13",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Mixes of a Lost World\" is the third remix album by The Cure, released in June. The album features 24 remixes of songs from the band's latest album \"Songs of a Lost World\". That album was their first new album in 16 years since 4:13 Dream released in 2008.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}