Information about plays

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

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

{
    "id": 3632709,
    "uri": "https://api.kexp.org/v2/plays/3632709/?format=api",
    "airdate": "2026-03-23T10:53:41-07:00",
    "show": 66260,
    "show_uri": "https://api.kexp.org/v2/shows/66260/?format=api",
    "image_uri": "https://coverartarchive.org/release/0d27d1b0-29f0-443f-8754-f82383ef6036/29455796129-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0d27d1b0-29f0-443f-8754-f82383ef6036/29455796129-250.jpg",
    "song": "Stranger in Blue Suede Shoes",
    "track_id": null,
    "recording_id": "4240890d-0260-4dd2-9e84-e114389fcf9f",
    "artist": "Kevin Ayers",
    "artist_ids": [
        "ad4ba77a-2382-4367-b687-89d38c58e16d"
    ],
    "album": "Whatevershebringswesing",
    "release_id": null,
    "release_group_id": "126752ef-b53b-383d-81a7-9d7c25ed13ed",
    "labels": [
        "Harvest"
    ],
    "label_ids": [
        "993af7f6-bb99-456b-83e7-5e728ea80a0e"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A classic from Kevin Ayers of Soft Machine https://www.kevinayers.org/\n\nBrian Eno appeared on multiple Kevin Ayers albums, and they played together at the famous June 1, 1974 concert at London's Rainbow Theatre along with John Cale and Nico!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}