Information about plays

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

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

{
    "id": 3476275,
    "uri": "https://api.kexp.org/v2/plays/3476275/?format=api",
    "airdate": "2025-03-15T23:37:59-07:00",
    "show": 62920,
    "show_uri": "https://api.kexp.org/v2/shows/62920/?format=api",
    "image_uri": "https://coverartarchive.org/release/382d79c2-4fc5-4ad8-a237-beec4a12868c/39363171281-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/382d79c2-4fc5-4ad8-a237-beec4a12868c/39363171281-250.jpg",
    "song": "Coochie",
    "track_id": null,
    "recording_id": "6832f75e-2834-448a-827d-547276274514",
    "artist": "Mr. Dinkles",
    "artist_ids": [
        "68c981a1-0389-402a-a242-42e63e2df059"
    ],
    "album": "Titled Self",
    "release_id": null,
    "release_group_id": "7c0bae24-fd8e-4821-924d-96fc1ededed6",
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [],
    "release_date": "2020-10-31",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Mr. Dinkles will be supporting The Briefs at Lucky Liquor on Saturday, May 24th with Street Justice and The Scoffs.\n\nhttps://mrdinkles.bandcamp.com/\nhttps://www.instagram.com/mrdinklesband/?hl=en",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}