Information about plays

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

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

{
    "id": 3570001,
    "uri": "https://api.kexp.org/v2/plays/3570001/?format=api",
    "airdate": "2025-10-25T23:04:37-07:00",
    "show": 64935,
    "show_uri": "https://api.kexp.org/v2/shows/64935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Dropped a Hit of Acid and Forgot It Was Halloween",
    "track_id": null,
    "recording_id": null,
    "artist": "Warning: Danger!",
    "artist_ids": [
        "f5a87ec0-e8a9-4094-91a0-f1409bda4a85"
    ],
    "album": "Shovel To The Face",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [
        "76fef728-2653-4b6a-ade6-df76ab74cc97"
    ],
    "release_date": "2018-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Four-piece safety-themed punk band from Seattle formed in 2007.\n\nhttps://warningdanger.bandcamp.com/\nhttps://www.facebook.com/bangzapsafetyfirst/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}