Information about plays

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

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

{
    "id": 3568276,
    "uri": "https://api.kexp.org/v2/plays/3568276/?format=api",
    "airdate": "2025-10-21T23:50:18-07:00",
    "show": 64899,
    "show_uri": "https://api.kexp.org/v2/shows/64899/?format=api",
    "image_uri": "https://coverartarchive.org/release/a95b63cd-2718-425b-905c-15e64d9423c1/41130924243-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a95b63cd-2718-425b-905c-15e64d9423c1/41130924243-250.jpg",
    "song": "Halluzination Guillotine",
    "track_id": null,
    "recording_id": "eb2b852c-55b3-4dfe-9960-6f7b19b1a7e4",
    "artist": "Amon Düül II",
    "artist_ids": [
        "9d78c6da-a415-4e1d-a55d-5e37b3bbc65d"
    ],
    "album": "Anthology",
    "release_id": null,
    "release_group_id": "071e2b7d-2717-47ca-af79-db640fa77c50",
    "labels": [
        "Raw Power"
    ],
    "label_ids": [
        "158e89b3-248c-474b-a43a-660ecba2c4e9"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Amon Düül II is a Krautrock band from the sixties known to have been one of the pioneers of the West German krautrock scene",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}