Information about plays

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

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

{
    "id": 3595862,
    "uri": "https://api.kexp.org/v2/plays/3595862/?format=api",
    "airdate": "2025-12-25T13:37:00-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas on the Moon",
    "track_id": null,
    "recording_id": "3c05b605-28dd-4ff3-8bab-80f8a2f9632d",
    "artist": "The Go",
    "artist_ids": [
        "89025cbd-7ce3-4b5a-ab59-de2859d58b23"
    ],
    "album": "Christmas on the Moon",
    "release_id": null,
    "release_group_id": "d341b0cd-abba-4855-9ac7-119c94f8545b",
    "labels": [
        "Italy Records"
    ],
    "label_ids": [
        "eea78002-74fc-4808-92f7-04cf50855cf9"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Go is a garage rock band from Detroit, composed primarily of Robert “Bobby” Harlow (vocals), John Krautner (guitar, bass), Marc Fellis (drums), James McConnell (lead guitar), and a rotating cast of other band members, most notably, Jack White (later of the White Stripes), who was with the band from mid ’98 to early ’99. https://www.subpop.com/artists/the_go",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}