Information about plays

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

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

{
    "id": 3595911,
    "uri": "https://api.kexp.org/v2/plays/3595911/?format=api",
    "airdate": "2025-12-25T16:04:51-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "https://coverartarchive.org/release/afed45dd-a7e7-47f8-8826-899ad57ee53f/19335750584-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/afed45dd-a7e7-47f8-8826-899ad57ee53f/19335750584-250.jpg",
    "song": "Christmas at Ground Zero",
    "track_id": null,
    "recording_id": "efac4f94-91eb-4053-b16c-934609f57c71",
    "artist": "“Weird Al” Yankovic",
    "artist_ids": [
        "7746d775-9550-4360-b8d5-c37bd448ce01"
    ],
    "album": "Polka Party!",
    "release_id": null,
    "release_group_id": "7aebe71d-428d-3e80-b882-ce0dc3b39140",
    "labels": [
        "Scotti Bros. Records"
    ],
    "label_ids": [
        "225a9e4f-fb91-48ed-83da-17df45c32641"
    ],
    "release_date": "1986-10-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Weird Al's parody of the Phil Spector album \"A Christmas Gift for You from Phil Spector\" - resulting from label pressure for Yankovic to record a Christmas album.\n\nhttps://www.weirdal.com/\n\nI have a sudden desire to play Fallout for some reason...",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}