Information about plays

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

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

{
    "id": 3545708,
    "uri": "https://api.kexp.org/v2/plays/3545708/?format=api",
    "airdate": "2025-08-28T02:22:24-07:00",
    "show": 64406,
    "show_uri": "https://api.kexp.org/v2/shows/64406/?format=api",
    "image_uri": "https://coverartarchive.org/release/0f8ebeb2-fa96-4382-8dd7-e64f16808646/33803184331-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0f8ebeb2-fa96-4382-8dd7-e64f16808646/33803184331-250.jpg",
    "song": "If 6 Was 9",
    "track_id": null,
    "recording_id": "2f3136df-db80-4474-86d4-c92886420ffd",
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Axis: Bold as Love",
    "release_id": null,
    "release_group_id": "d0b1e21e-cef6-4575-8d92-1afea1894ca3",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1967-12-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Closing out Side One of the Jimi Hendrix Experience's sophomore album, Axis: Bold As Love, this counterculture anthem finds Hendrix waving his metaphorical freak flag as a symbol of his individuality.\n\nAfter Hendrix introduced the phrase \"freak flag\" in this tune, it quickly became part of the late '60s lexicon. For hippies, their refusal to cut their hair was an act of rebellion against outdated social norms perpetuated by their conservative parents, so their flowing manes became their freak flags. https://tinyurl.com/4s8f7uza",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}