Information about plays

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

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

{
    "id": 3613559,
    "uri": "https://api.kexp.org/v2/plays/3613559/?format=api",
    "airdate": "2026-02-05T13:56:06-08:00",
    "show": 65847,
    "show_uri": "https://api.kexp.org/v2/shows/65847/?format=api",
    "image_uri": "https://coverartarchive.org/release/ea6c654c-950d-427f-b2da-d1c618297982/43595366838-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ea6c654c-950d-427f-b2da-d1c618297982/43595366838-250.jpg",
    "song": "Breathe and Stop",
    "track_id": null,
    "recording_id": "a045f118-0958-4cfa-ae04-300fe46cb0de",
    "artist": "Q-Tip",
    "artist_ids": [],
    "album": "Amplified",
    "release_id": null,
    "release_group_id": "3c6c1577-e00a-3eb3-bfad-041b3ebb6aa4",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1999-11-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Breathe and Stop\" contains samples of \"N.T.\" by Kool & the Gang, \"Gypsy\" by Emmett Chapman and \"Darkness and Newborn Light\" by Urszula Dudziak and Adam Makowicz.\n--\nSee the official video for this song:: https://www.youtube.com/watch?v=n8omE8XPeYE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}