Information about plays

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

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

{
    "id": 3542704,
    "uri": "https://api.kexp.org/v2/plays/3542704/?format=api",
    "airdate": "2025-08-21T01:26:06-07:00",
    "show": 64344,
    "show_uri": "https://api.kexp.org/v2/shows/64344/?format=api",
    "image_uri": "https://coverartarchive.org/release/9dca5629-19ec-4f23-90b2-7281f9f067e4/4400900769-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9dca5629-19ec-4f23-90b2-7281f9f067e4/4400900769-250.jpg",
    "song": "Luchini aka This Is It",
    "track_id": null,
    "recording_id": "52589590-83bf-44db-a42a-20b1d66d20d0",
    "artist": "Camp Lo",
    "artist_ids": [
        "a5474ad8-1671-4ace-a5ea-82df42245bda"
    ],
    "album": "Uptown Saturday Night",
    "release_id": null,
    "release_group_id": "861232ef-552f-3d14-9719-9f274d1f5238",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1997-01-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This single from Camp Lo's debut album contains samples of 1980's \"Adventures in the Land of Music\" by Dynasty and 1983's \"All Night Long\" by Mary Jane Girls. It's been sampled nearly 30 times.\n--\nHere's the video: https://youtu.be/WvAqy1i2hEA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}