Information about plays

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

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

{
    "id": 3550049,
    "uri": "https://api.kexp.org/v2/plays/3550049/?format=api",
    "airdate": "2025-09-07T13:14:45-07:00",
    "show": 64500,
    "show_uri": "https://api.kexp.org/v2/shows/64500/?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\nNuman will be at Wild Buffalo in Bellingham on September 12th, The Showbox on September 13th (with Psychedelic Furs) and the Fox Theatre in Oakland on September 18th (with P-Furs).\n\nhttps://garynuman.bandcamp.com/album/the-pleasure-principle\nhttps://garynuman.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}