Information about plays

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

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

{
    "id": 3571647,
    "uri": "https://api.kexp.org/v2/plays/3571647/?format=api",
    "airdate": "2025-10-30T02:46:34-07:00",
    "show": 64970,
    "show_uri": "https://api.kexp.org/v2/shows/64970/?format=api",
    "image_uri": "https://coverartarchive.org/release/8241f0d3-8ceb-43c7-8c02-2947b9e0429f/43420064177-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8241f0d3-8ceb-43c7-8c02-2947b9e0429f/43420064177-250.jpg",
    "song": "Clear",
    "track_id": null,
    "recording_id": "c569ba6e-7850-4000-a248-cf1269bb51e0",
    "artist": "Cybotron",
    "artist_ids": [
        "cd1a3be7-a10b-499c-acdd-1defaea473f8"
    ],
    "album": "Enter",
    "release_id": null,
    "release_group_id": "e2b0ec9e-773c-35a7-9b44-d56a5f14362f",
    "labels": [
        "Fantasy"
    ],
    "label_ids": [
        "757acd4a-dade-433d-b754-53468f243220"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The quintessential electro anthem ‘Clear’ by Cybotron remains a cornerstone of electronic music history. Written and recorded by Detroit royalty Juan Atkins & Richard Davis in 1983, the funk-laced track incorporated hard-hitting 808 rhythms, ultimately forming a cult classic that would help shape the Detroit sound as we know it. : fourfourmag.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}