Information about plays

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

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

{
    "id": 3563979,
    "uri": "https://api.kexp.org/v2/plays/3563979/?format=api",
    "airdate": "2025-10-11T23:10:57-07:00",
    "show": 64811,
    "show_uri": "https://api.kexp.org/v2/shows/64811/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "David Bowie Death Clinic",
    "track_id": null,
    "recording_id": null,
    "artist": "Kid Leather",
    "artist_ids": [
        "c7e51ad7-93a8-4ff0-b53e-e363767ced6b"
    ],
    "album": "Slappers Only",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [
        "76fef728-2653-4b6a-ade6-df76ab74cc97"
    ],
    "release_date": "2023-09-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Last month Kid Leather announced that they were coming out of hiatus with a new bassist and are working on new material.\n\nhttps://kidleather.bandcamp.com/album/slappers-only\nhttps://www.facebook.com/kidleather66",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}