Information about plays

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

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

{
    "id": 3597600,
    "uri": "https://api.kexp.org/v2/plays/3597600/?format=api",
    "airdate": "2025-12-29T11:56:21-08:00",
    "show": 65507,
    "show_uri": "https://api.kexp.org/v2/shows/65507/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alive",
    "track_id": null,
    "recording_id": "75fa8261-a1ec-4144-9530-34659bf6b89b",
    "artist": "Pearl Jam",
    "artist_ids": [
        "83b9cbe7-9857-49e2-ab8e-b57b01038103"
    ],
    "album": "Alive",
    "release_id": null,
    "release_group_id": "5e09f94b-ccc5-3b22-bdb9-021e9476ab11",
    "labels": [],
    "label_ids": [],
    "release_date": "1991-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pearl Jam is an iconic Seattle-formed grunge band from 1990, featuring Eddie Vedder, Stone Gossard, Jeff Ament, Mike McCready, and Matt Cameron, known for their breakthrough debut Ten and hits like \"Alive,\" defining the '90s alternative rock scene with raw energy, anti-corporate stances (famously challenging Ticketmaster), and enduring social consciousness, making them legends who've sold millions of records and remain active.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}