Information about plays

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

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

{
    "id": 3636762,
    "uri": "https://api.kexp.org/v2/plays/3636762/?format=api",
    "airdate": "2026-04-02T05:44:51-07:00",
    "show": 66343,
    "show_uri": "https://api.kexp.org/v2/shows/66343/?format=api",
    "image_uri": "https://dn710703.ca.archive.org/0/items/mbid-06c00d7f-f4f3-3909-9911-0774030d21ff/mbid-06c00d7f-f4f3-3909-9911-0774030d21ff-24891409803_thumb500.jpg",
    "thumbnail_uri": "https://dn710703.ca.archive.org/0/items/mbid-06c00d7f-f4f3-3909-9911-0774030d21ff/mbid-06c00d7f-f4f3-3909-9911-0774030d21ff-24891409803_thumb250.jpg",
    "song": "Up From the Skies",
    "track_id": "e1e3cea7-af3f-33dd-8114-044028098d99",
    "recording_id": "405f1c92-4431-45f0-9cee-c6a186b5e62d",
    "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": "\"So where do I purchase my ticket I'd just like to have a ringside seat I want to know about the new mother earth I want to hear and see everything\" https://www.jimihendrix.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}