Information about plays

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

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

{
    "id": 3615705,
    "uri": "https://api.kexp.org/v2/plays/3615705/?format=api",
    "airdate": "2026-02-10T10:30:50-08:00",
    "show": 65896,
    "show_uri": "https://api.kexp.org/v2/shows/65896/?format=api",
    "image_uri": "https://coverartarchive.org/release/50012aa6-cbe0-48fb-9e8b-2dd5d5f62a20/22652402324-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/50012aa6-cbe0-48fb-9e8b-2dd5d5f62a20/22652402324-250.jpg",
    "song": "Baby, I Love Your Way",
    "track_id": null,
    "recording_id": "8cf6ba78-0104-4fa4-9f71-5e00cd0790e5",
    "artist": "Peter Frampton",
    "artist_ids": [
        "638206ee-0e3d-47cf-9769-d73330b15a87"
    ],
    "album": "Frampton Comes Alive!",
    "release_id": null,
    "release_group_id": "cbf9819e-4a0b-35f1-9b1c-ab34764cf10c",
    "labels": [
        "BMG Direct Marketing, Inc."
    ],
    "label_ids": [
        "9a7d39a4-a887-40f3-a645-a9a136d1f13f"
    ],
    "release_date": "1976-01-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Peter Frampton wrote the song in the Bahamas on the same day he wrote \"Show Me The Way.\" As explained in his memoir Do You Feel Like I Do, he headed to the island so he could concentrate on writing, but spent the first two weeks getting drunk with Alvin Lee. The last week he finally got some work done, writing \"Show Me The Way\" one morning while thinking about Penny McCall, the woman he was living with,, then in the afternoon wrote \"Baby, I Love Your Way\" while sitting under a palm tree. \"I've been trying to work out which side of the bed I got out on that day ever since,\" he said in an interview.\n--\nHere's a live performance at The Royal Albert Hall in 2022: https://www.youtube.com/watch?v=odt9rlJoUQE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}