Information about plays

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

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

{
    "id": 3586619,
    "uri": "https://api.kexp.org/v2/plays/3586619/?format=api",
    "airdate": "2025-12-04T07:21:22-08:00",
    "show": 65285,
    "show_uri": "https://api.kexp.org/v2/shows/65285/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dead Is Dead",
    "track_id": "0cf02cc2-f138-3a5a-98ed-c72adc7ece24",
    "recording_id": "af021900-f883-41e4-b207-a54792a1bcc8",
    "artist": "Terry Lee Hale",
    "artist_ids": [
        "0b4f8182-7067-4af0-9e09-952406edbc3c"
    ],
    "album": "Sub Pop 200",
    "release_id": "74ed4fb7-e763-48ad-a21c-eb860e844c7c",
    "release_group_id": "c54a7203-0de5-38fc-b828-89d0c257d1db",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1988-12-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Terry Lee Hale from the legendary Sub Pop 200 compilation. Released in 1988 the compilation included early releases from many genre-defining artist. \n\nhttps://www.terryleehale.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}