Information about plays

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

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

{
    "id": 3571896,
    "uri": "https://api.kexp.org/v2/plays/3571896/?format=api",
    "airdate": "2025-10-30T16:44:58-07:00",
    "show": 64977,
    "show_uri": "https://api.kexp.org/v2/shows/64977/?format=api",
    "image_uri": "https://coverartarchive.org/release/faa87b6d-1f65-441f-9d66-4d03715521fa/14868980870-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/faa87b6d-1f65-441f-9d66-4d03715521fa/14868980870-250.jpg",
    "song": "Where Did the Night Go",
    "track_id": null,
    "recording_id": "da30d19a-4f8f-4373-909c-953d65daf756",
    "artist": "Gil Scott‐Heron",
    "artist_ids": [
        "b5b89643-c488-4f39-a302-25cab31084a5"
    ],
    "album": "I’m New Here",
    "release_id": null,
    "release_group_id": "bb4e7426-9e29-4883-84c8-4822a8cf10a4",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2010-02-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the official recording video here: https://youtu.be/gbZVdj_d62M?si=JbGVBT5kpy6GYARp\n--\nRead about the rework of the album here: https://www.stereogum.com/2069248/gil-scott-heron-makaya-mccraven-where-did-the-night-go/music/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}