Information about plays

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

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

{
    "id": 3546955,
    "uri": "https://api.kexp.org/v2/plays/3546955/?format=api",
    "airdate": "2025-08-30T23:48:45-07:00",
    "show": 64472,
    "show_uri": "https://api.kexp.org/v2/shows/64472/?format=api",
    "image_uri": "https://coverartarchive.org/release/1fe43084-be55-45e7-8e22-2756864fbe6a/13485788051-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1fe43084-be55-45e7-8e22-2756864fbe6a/13485788051-250.jpg",
    "song": "Anarchy Burger (Hold the Government)",
    "track_id": null,
    "recording_id": "38e2c1ac-e871-43a6-977a-d2c19e22f7a9",
    "artist": "The Vandals",
    "artist_ids": [
        "f54fc7c3-3a40-4f26-83cf-328d9b097e93"
    ],
    "album": "Peace Thru Vandalism",
    "release_id": null,
    "release_group_id": "9746dc61-3b88-306a-9bc9-c4d5e879cb51",
    "labels": [
        "Kung Fu Records"
    ],
    "label_ids": [
        "48facae9-4271-497f-bdb1-b79fc98e5cbb"
    ],
    "release_date": "1982-06-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "The Vandals will be performing at Punk Rock Christmas in Chandler, AZ on December 5th.\n\nhttps://vandals.com/pages/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}