Information about plays

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

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

{
    "id": 3612016,
    "uri": "https://api.kexp.org/v2/plays/3612016/?format=api",
    "airdate": "2026-02-01T19:32:14-08:00",
    "show": 65815,
    "show_uri": "https://api.kexp.org/v2/shows/65815/?format=api",
    "image_uri": "https://coverartarchive.org/release/e76a8cb7-a01b-4d9e-92f4-d29268f238c9/11204991610-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e76a8cb7-a01b-4d9e-92f4-d29268f238c9/11204991610-250.jpg",
    "song": "Brotha",
    "track_id": null,
    "recording_id": "2819242f-f720-4bae-9153-3e2448c7c832",
    "artist": "Angie Stone",
    "artist_ids": [
        "82f8dd22-0319-4f35-953c-358b3f883027"
    ],
    "album": "Mahogany Soul",
    "release_id": null,
    "release_group_id": "a9f84202-22e0-3dff-8d6c-b5a6ff87af41",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "2001-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Brotha\" by Angie Stone appears on her second studio album, Mahogany Soul. It was written by Stone along with Raphael Saadiq (who also makes a cameo appearance in the music video), Harold Lilly, Glenn Standridge and Robert C. Ozuna, while production was overseen by Saadiq and Jake and the Phatman. Along with the standard version, a remix version of the song, featuring singer Alicia Keys and rapper Eve, was released as the first single from the album.\n\nAngie Stone died March 1, 2025.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}