Information about plays

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

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

{
    "id": 3595197,
    "uri": "https://api.kexp.org/v2/plays/3595197/?format=api",
    "airdate": "2025-12-24T04:13:58-08:00",
    "show": 65461,
    "show_uri": "https://api.kexp.org/v2/shows/65461/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Ice",
    "track_id": "4732d633-d3ee-4ca9-a85b-52dc50b67902",
    "recording_id": "6937afef-2238-48cd-b20f-53f0de2415f9",
    "artist": "D33J",
    "artist_ids": [
        "5cb9e36b-216d-4ede-8cf4-469526578266"
    ],
    "album": "Death Valley Oasis",
    "release_id": "02aa2ded-2900-48c3-a3c0-7d1f939076be",
    "release_group_id": "946cb8e4-fde4-474c-93c4-1d1a74c4ba3e",
    "labels": [
        "anticon."
    ],
    "label_ids": [
        "bf92cf45-cea1-4837-996b-fd9384a5704c"
    ],
    "release_date": "2017-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Djavan Santos, better known by his stage name D33J, is an American record producer based in Los Angeles, California. He is a member of the Wedidit collective. He has collaborated with ASAP Rocky, Tory Lanez and Lil Yachty.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}