Information about plays

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

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

{
    "id": 3637194,
    "uri": "https://api.kexp.org/v2/plays/3637194/?format=api",
    "airdate": "2026-04-03T08:14:30-07:00",
    "show": 66352,
    "show_uri": "https://api.kexp.org/v2/shows/66352/?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": "Kevin Ayers, one of the founding members of the legendary psychedelic band known as Soft Machine, released the debut single from his third solo album in 1972. The song features harmony vocals from Ayers' fellow Soft Machine alumnus Robert Wyatt as well as guitar work from Mike Oldfield.\n--\nMany folks comment that this sounds like Jermaine Clement of Flight of the Conchords.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}