Information about plays

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

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

{
    "id": 3622250,
    "uri": "https://api.kexp.org/v2/plays/3622250/?format=api",
    "airdate": "2026-02-25T19:11:44-08:00",
    "show": 66030,
    "show_uri": "https://api.kexp.org/v2/shows/66030/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spanish Castle Magic",
    "track_id": "39681ff9-53d3-3da0-8c2e-afa3e0b048e7",
    "recording_id": "a4d7cb45-2f1e-48d9-b57a-f287ab083bb2",
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Axis: Bold as Love",
    "release_id": "06c00d7f-f4f3-3909-9911-0774030d21ff",
    "release_group_id": "d0b1e21e-cef6-4575-8d92-1afea1894ca3",
    "labels": [
        "Experience Hendrix"
    ],
    "label_ids": [
        "5677c51a-a6d3-4ce6-abab-d9699c46f5f4"
    ],
    "release_date": "1997-04-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The hard-driving \"Spanish Castle Magic\" was inspired by an actual venue: The Spanish Castle, a club in Washington where Hendrix played as a teenager. The club was a major hub for early rock and R&B, and Hendrix channeled his memories into the song’s psychedelic riff. Musically, the song was groundbreaking too—bassist Noel Redding played an eight-string Hagstrom bass through an Octavia effects unit, which gave it a thick, futuristic tone.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}