Information about plays

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

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

{
    "id": 3575798,
    "uri": "https://api.kexp.org/v2/plays/3575798/?format=api",
    "airdate": "2025-11-09T00:00:20-08:00",
    "show": 65061,
    "show_uri": "https://api.kexp.org/v2/shows/65061/?format=api",
    "image_uri": "https://coverartarchive.org/release/48ea35f5-b573-4bfc-9044-50c8103f3c50/16280692027-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/48ea35f5-b573-4bfc-9044-50c8103f3c50/16280692027-250.jpg",
    "song": "Fast as a Shark",
    "track_id": null,
    "recording_id": "39e6316d-1618-407e-afcb-a28af6ab32a1",
    "artist": "Accept",
    "artist_ids": [
        "41f4d85a-0bd7-4602-a3e3-8c47f36efb0a"
    ],
    "album": "Restless and Wild",
    "release_id": null,
    "release_group_id": "4ff7ce7c-43bf-35b3-a543-91ab743c6b07",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1982-10-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Accept will be touring the US next month, but no bay area or PNW dates have been announced yet!\n\nhttps://www.acceptworldwide.com/concert/\nhttps://www.facebook.com/accepttheband\nhttps://accept.bandcamp.com/album/humanoid",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}