Information about plays

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

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

{
    "id": 3595889,
    "uri": "https://api.kexp.org/v2/plays/3595889/?format=api",
    "airdate": "2025-12-25T14:57:03-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oi to the World",
    "track_id": null,
    "recording_id": "49b03763-b68f-4dc3-8d74-598a3cf9a1b5",
    "artist": "The Vandals",
    "artist_ids": [
        "f54fc7c3-3a40-4f26-83cf-328d9b097e93"
    ],
    "album": "Christmas With the Vandals: Oi to the World!",
    "release_id": null,
    "release_group_id": "984fb2be-889f-3874-b7bb-674f0e29af34",
    "labels": [
        "Kung Fu Records"
    ],
    "label_ids": [
        "48facae9-4271-497f-bdb1-b79fc98e5cbb"
    ],
    "release_date": "1996-11-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "\"This song has reached more people than any other Vandals song ever due to the cover version by No Doubt for the Very Special Christmas album benefiting the Special Olympics. It's our only true gold record as song writers, unless you count Josh's \"Chinese Democracy\" for G & R. The intro, which was added as part of the re-release, is voiced by Joe Escalante.\" --Bandcamp https://thevandals.bandcamp.com/album/oi-to-the-world",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}