Information about plays

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

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

{
    "id": 3635441,
    "uri": "https://api.kexp.org/v2/plays/3635441/?format=api",
    "airdate": "2026-03-30T04:40:15-07:00",
    "show": 66318,
    "show_uri": "https://api.kexp.org/v2/shows/66318/?format=api",
    "image_uri": "https://coverartarchive.org/release/85a027e1-8166-4752-93e3-5a3edbb126dd/21978642974-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/85a027e1-8166-4752-93e3-5a3edbb126dd/21978642974-250.jpg",
    "song": "Can’t Afford No Shoes",
    "track_id": null,
    "recording_id": "8ed59897-1bca-4ccb-9c34-8875a610d187",
    "artist": "The Mothers of Invention",
    "artist_ids": [
        "fe98e268-4ddd-441b-95a0-b219375f9ae4"
    ],
    "album": "One Size Fits All",
    "release_id": null,
    "release_group_id": "19b7d4eb-0fe2-318f-a1f5-242a2e731b4b",
    "labels": [
        "Zappa Records"
    ],
    "label_ids": [
        "a0b97a02-33ad-45cb-a441-deece4c1865c"
    ],
    "release_date": "1975-06-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Have You Heard the News, Cant Afford No Shoes. Recession?! Depression?!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}