Information about plays

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

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

{
    "id": 3566011,
    "uri": "https://api.kexp.org/v2/plays/3566011/?format=api",
    "airdate": "2025-10-16T17:57:08-07:00",
    "show": 64851,
    "show_uri": "https://api.kexp.org/v2/shows/64851/?format=api",
    "image_uri": "https://ia800901.us.archive.org/7/items/mbid-a2e3ee0e-b3b4-3129-8fb6-89fbbb9b2b85/mbid-a2e3ee0e-b3b4-3129-8fb6-89fbbb9b2b85-24876326885_thumb500.jpg",
    "thumbnail_uri": "https://ia600901.us.archive.org/7/items/mbid-a2e3ee0e-b3b4-3129-8fb6-89fbbb9b2b85/mbid-a2e3ee0e-b3b4-3129-8fb6-89fbbb9b2b85-24876326885_thumb250.jpg",
    "song": "Still Raining, Still Dreaming",
    "track_id": "5f4ba8b5-961c-3811-912d-59014ba9260c",
    "recording_id": "c242121f-ec71-465e-916e-156e5e6b6ed9",
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Electric Ladyland",
    "release_id": "a2e3ee0e-b3b4-3129-8fb6-89fbbb9b2b85",
    "release_group_id": "47ba2d59-5544-34a4-b108-dc08c0956298",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 1968! Electric Ladyland is the only Hendrix album to feature outside musicians, as Steve Winwood played the organ on the 15-minute slow blues jam \"Voodoo Chile\" (not to be confused with the album's closer \"Voodoo Child (Slight Return)). A session man from New York named Mike Finnigan played organ on this track\n\nhttps://www.songfacts.com/facts/jimi-hendrix/still-raining-still-dreaming",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}