Information about plays

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

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

{
    "id": 3608723,
    "uri": "https://api.kexp.org/v2/plays/3608723/?format=api",
    "airdate": "2026-01-24T22:49:45-08:00",
    "show": 65747,
    "show_uri": "https://api.kexp.org/v2/shows/65747/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cool Money",
    "track_id": null,
    "recording_id": null,
    "artist": "Fluid Druid",
    "artist_ids": [],
    "album": "Drippy Neon Monster",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Giant House"
    ],
    "label_ids": [],
    "release_date": "2025-09-20",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "PDX band they will be playing at:\n - The Sunset Tavern in Seattle on March 2nd\n - The Crypt Bar in Olympia on March 3rd\n - Real Art in Tacoma on March 4th\n - Stay Gold Deli in Oakland on March 7th\n\nhttps://mkultramagazine.com/?p=17974\nhttps://fluiddruidpdx.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}