Information about plays

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

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

{
    "id": 3597532,
    "uri": "https://api.kexp.org/v2/plays/3597532/?format=api",
    "airdate": "2025-12-29T08:08:20-08:00",
    "show": 65506,
    "show_uri": "https://api.kexp.org/v2/shows/65506/?format=api",
    "image_uri": "https://ia800406.us.archive.org/5/items/mbid-f647050a-8d8b-437c-8a93-7a18480c2834/mbid-f647050a-8d8b-437c-8a93-7a18480c2834-17803345110_thumb500.jpg",
    "thumbnail_uri": "https://ia800406.us.archive.org/5/items/mbid-f647050a-8d8b-437c-8a93-7a18480c2834/mbid-f647050a-8d8b-437c-8a93-7a18480c2834-17803345110_thumb250.jpg",
    "song": "M.E.",
    "track_id": "2c801c34-4e2d-3fcf-9a30-4435ba93d2f3",
    "recording_id": "ada20432-3d57-4984-8945-40ef0368eaf7",
    "artist": "Gary Numan",
    "artist_ids": [
        "6cb79cb2-9087-44d4-828b-5c6fdff2c957"
    ],
    "album": "The Pleasure Principle",
    "release_id": "f647050a-8d8b-437c-8a93-7a18480c2834",
    "release_group_id": "2ba66802-18a7-3bf4-958c-db871a6e7f34",
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1998-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Pleasure Principle\" released on this day in 1979. The album influenced many bands in the new wave era and beyond.\n\nhttps://garynuman.bandcamp.com/album/the-pleasure-principle\nhttps://garynuman.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}