Information about plays

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

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

{
    "id": 3568425,
    "uri": "https://api.kexp.org/v2/plays/3568425/?format=api",
    "airdate": "2025-10-22T08:04:07-07:00",
    "show": 64902,
    "show_uri": "https://api.kexp.org/v2/shows/64902/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Orinoco Flow",
    "track_id": "67b9ec23-8429-3985-a8d2-e94fb937686a",
    "recording_id": "4b5273c8-45f2-4bea-b73c-5128cd57faa8",
    "artist": "Enya",
    "artist_ids": [
        "4967c0a1-b9f3-465e-8440-4598fd9fc33c"
    ],
    "album": "Watermark",
    "release_id": "786e4fa8-39b0-3443-b892-111f9d0b13d6",
    "release_group_id": "a2cb6793-9f04-35d9-8cb8-03c6fa7ae240",
    "labels": [
        "wea"
    ],
    "label_ids": [
        "fe7ee819-e43e-4cb2-8e72-463879e4b3e7"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Eithne Pádraigín Ní Bhraonáin is Enya's actual name. Did you know that she was part of her family band, the renowned Irish group Clannad, before departing for a solo career? --- \nThe title of the song is an allusion both to Orinoco Studios (now Miloco Studios), where it was recorded, and to the river of the same name. The music video for this song was nominated for a Grammy. \n\nWatch it here: https://www.youtube.com/watch?v=LTrk4X9ACtw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}