Information about plays

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

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

{
    "id": 3579727,
    "uri": "https://api.kexp.org/v2/plays/3579727/?format=api",
    "airdate": "2025-11-18T06:24:49-08:00",
    "show": 65143,
    "show_uri": "https://api.kexp.org/v2/shows/65143/?format=api",
    "image_uri": "https://dn710201.ca.archive.org/0/items/mbid-474926c2-0365-3c0d-82d7-2fbf4a706f99/mbid-474926c2-0365-3c0d-82d7-2fbf4a706f99-32940210221_thumb500.jpg",
    "thumbnail_uri": "https://dn710201.ca.archive.org/0/items/mbid-474926c2-0365-3c0d-82d7-2fbf4a706f99/mbid-474926c2-0365-3c0d-82d7-2fbf4a706f99-32940210221_thumb250.jpg",
    "song": "Manic Depression",
    "track_id": "91ecf134-259f-3a79-b0fc-50d51d8554e4",
    "recording_id": "637adeff-3984-453c-89c9-aa226a3dd33d",
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Smash Hits",
    "release_id": "474926c2-0365-3c0d-82d7-2fbf4a706f99",
    "release_group_id": "1d311193-6318-3b53-bb6f-e29f07192289",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "2002-08-20",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "It's in 3/4 time. Someone wrote, \"Jimi played it in A. Being tuned down a half step, the results sound like Ab. The main riff is basically built around A minor pentatonic with blues passing tones added.\"\n===\nWhen asked about the guitarists who inspired him, Hendrix cited Buddy Holly, Eddie Cochran, Elmore James, B.B. King and he said “The first guitarist I was aware of was Muddy Waters,” Hendrix said. “I heard one of his old records when I was a little boy and it scared me to death because I heard all these sounds.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}