Information about plays

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

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

{
    "id": 3572215,
    "uri": "https://api.kexp.org/v2/plays/3572215/?format=api",
    "airdate": "2025-10-31T12:41:27-07:00",
    "show": 64983,
    "show_uri": "https://api.kexp.org/v2/shows/64983/?format=api",
    "image_uri": "https://ia802300.us.archive.org/6/items/mbid-2e8ca7b7-bf72-3620-a14b-f45399262473/mbid-2e8ca7b7-bf72-3620-a14b-f45399262473-17919244979_thumb500.jpg",
    "thumbnail_uri": "https://ia802300.us.archive.org/6/items/mbid-2e8ca7b7-bf72-3620-a14b-f45399262473/mbid-2e8ca7b7-bf72-3620-a14b-f45399262473-17919244979_thumb250.jpg",
    "song": "Halloween Parade",
    "track_id": "3d9a392c-f9ad-3f1a-a4d6-428c619c072c",
    "recording_id": "b5e35508-d7f2-45e0-8eae-61f7cb29adcf",
    "artist": "Lou Reed",
    "artist_ids": [
        "9d1ebcfe-4c15-4d18-95d3-d919898638a1"
    ],
    "album": "New York",
    "release_id": "2e8ca7b7-bf72-3620-a14b-f45399262473",
    "release_group_id": "bf543d9f-f0de-3f46-87b4-f9cddf58806b",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1989-01-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"['Halloween Parade's'] dirge-like quality also relates to the aura of death hanging over NYC in the 1980s: through 1989, when the album was released, nearly 19,000 New Yorkers had died due to the complications from AIDS—5,000-plus that year alone. As Reed narrates the costumes and characters of that year’s parade, he remembers better times.\"\n\nRead more about Lou Reed's 1989 New York album: https://tinyurl.com/rhbm4pyj",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}