Information about plays

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

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

{
    "id": 3560936,
    "uri": "https://api.kexp.org/v2/plays/3560936/?format=api",
    "airdate": "2025-10-03T17:15:59-07:00",
    "show": 64735,
    "show_uri": "https://api.kexp.org/v2/shows/64735/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "New Gold (Dom Dolla remix)",
    "track_id": null,
    "recording_id": "dbe2f47e-7b60-428d-a565-9a1e684b1838",
    "artist": "Gorillaz feat. Tame Impala and Bootie Brown",
    "artist_ids": [
        "e21857d5-3256-4547-afb3-4b6ded592596",
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d",
        "fb86fedf-8a52-4ada-baa0-1c52bd0cbfa9"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2022-11-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It’s rare for Gorillaz to recruit remixers, but house music superstar Dom Dolla was invited to put out a remix with them - https://edm.com/music-releases/gorillaz-new-gold-dom-dolla-remix\n\nOfficial video here https://youtu.be/BONNm0F7Tto?si=-iAzVBf0AtaEQMce",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}