Information about plays

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

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

{
    "id": 3570013,
    "uri": "https://api.kexp.org/v2/plays/3570013/?format=api",
    "airdate": "2025-10-25T23:33:20-07:00",
    "show": 64935,
    "show_uri": "https://api.kexp.org/v2/shows/64935/?format=api",
    "image_uri": "https://coverartarchive.org/release/6bc68a3f-8c59-3cad-9b62-11554d245a22/20406711396-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6bc68a3f-8c59-3cad-9b62-11554d245a22/20406711396-250.jpg",
    "song": "Halloween",
    "track_id": null,
    "recording_id": "b4ce8005-8ae1-45e9-819d-4286b05fe816",
    "artist": "Dead Kennedys",
    "artist_ids": [
        "37c78aeb-d196-42b5-b991-6afb4fc9bc2e"
    ],
    "album": "Plastic Surgery Disasters",
    "release_id": null,
    "release_group_id": "2194eb90-cedd-3c60-b93f-392bba3b588b",
    "labels": [
        "Alternative Tentacles"
    ],
    "label_ids": [
        "f1273178-651b-4d02-8f21-4ab1ec5a689a"
    ],
    "release_date": "1982-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dead Kennedy's Halloween was used in the 2022 slasher film Halloween Ends.\n\nhttps://deadkennedys.com/\nhttps://youtu.be/s0vtbxLa-N8?si=dfa7f69Iccn-XIma",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}