Information about plays

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

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

{
    "id": 3633772,
    "uri": "https://api.kexp.org/v2/plays/3633772/?format=api",
    "airdate": "2026-03-26T06:06:36-07:00",
    "show": 66282,
    "show_uri": "https://api.kexp.org/v2/shows/66282/?format=api",
    "image_uri": "https://dn711009.ca.archive.org/0/items/mbid-204eef1c-aa47-4831-92a3-9a883344209c/mbid-204eef1c-aa47-4831-92a3-9a883344209c-25445685849_thumb500.jpg",
    "thumbnail_uri": "https://dn711009.ca.archive.org/0/items/mbid-204eef1c-aa47-4831-92a3-9a883344209c/mbid-204eef1c-aa47-4831-92a3-9a883344209c-25445685849_thumb250.jpg",
    "song": "These Boots Are Made for Walking",
    "track_id": "cfa4e1e6-4841-3c0f-8280-8f770493da39",
    "recording_id": "fa852f80-0ab7-4e35-baf5-ecffd797c2b5",
    "artist": "Loretta Lynn",
    "artist_ids": [
        "613260c3-d620-4645-94cd-33cd55f29b1e"
    ],
    "album": "Honky Tonk Girl: The Loretta Lynn Collection",
    "release_id": "204eef1c-aa47-4831-92a3-9a883344209c",
    "release_group_id": "39a9ba52-d611-373a-8bbd-4fdc186da7c3",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1994-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nancy Sinatra cover",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}