Information about plays

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

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

{
    "id": 3577692,
    "uri": "https://api.kexp.org/v2/plays/3577692/?format=api",
    "airdate": "2025-11-13T14:08:06-08:00",
    "show": 65099,
    "show_uri": "https://api.kexp.org/v2/shows/65099/?format=api",
    "image_uri": "https://coverartarchive.org/release/c2ef4d8d-4f9d-4bf8-afed-ee51d0370e24/37276284670-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c2ef4d8d-4f9d-4bf8-afed-ee51d0370e24/37276284670-250.jpg",
    "song": "The Water Is Wide",
    "track_id": null,
    "recording_id": "38c63513-9262-42a7-a1bf-787705f70566",
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "Fragments - Time Out of Mind Sessions (1996-1997): The Bootleg Series, Vol. 17",
    "release_id": null,
    "release_group_id": "eae0a528-14c7-4ca3-8d22-b323ebc1d013",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2023-01-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We lost my beloved Uncle Larry recently, the last of his generation. He was a musician, poet and teacher. His band, the Golden State Ramblers out of San Jose, California, loved to play old songs, including the one I chose.\n\n-Bill in Seattle",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}