Information about plays

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

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

{
    "id": 3565143,
    "uri": "https://api.kexp.org/v2/plays/3565143/?format=api",
    "airdate": "2025-10-14T21:46:28-07:00",
    "show": 64836,
    "show_uri": "https://api.kexp.org/v2/shows/64836/?format=api",
    "image_uri": "https://coverartarchive.org/release/40a8136f-ebf0-4492-8a63-056667cf1f0d/39040820820-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/40a8136f-ebf0-4492-8a63-056667cf1f0d/39040820820-250.jpg",
    "song": "Boquiñeñe",
    "track_id": null,
    "recording_id": "0c966252-11ab-40d1-b159-8140a914f3ee",
    "artist": "Ibrahim Ferrer",
    "artist_ids": [
        "a61930ae-dfe3-4574-bc5b-b0fa8d8efb62"
    ],
    "album": "Buenos hermanos",
    "release_id": null,
    "release_group_id": "c54a8c7b-dd1d-3aef-9624-6893d3fa01aa",
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2003-03-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ibrahim Ferrer was a Cuban singer who played with the group Los Bocucos for nearly forty years. He also performed with Conjunto Sorpresa, Chepín y su Orquesta Oriental, and Mario Patterson, and came out of retirement to be part of the group Buena Vista Social Club!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}