Information about plays

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

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

{
    "id": 3551609,
    "uri": "https://api.kexp.org/v2/plays/3551609/?format=api",
    "airdate": "2025-09-11T06:47:27-07:00",
    "show": 64531,
    "show_uri": "https://api.kexp.org/v2/shows/64531/?format=api",
    "image_uri": "https://ia801407.us.archive.org/12/items/mbid-474926c2-0365-3c0d-82d7-2fbf4a706f99/mbid-474926c2-0365-3c0d-82d7-2fbf4a706f99-32940210221_thumb500.jpg",
    "thumbnail_uri": "https://ia801407.us.archive.org/12/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": "If you're in Seattle October 23rd, check out the All-Star Tribute to Jimi Hendrix at MOPOP. \nhttps://store.mopop.org/13693/42618\n\n\"When 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"
}