Information about plays

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

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

{
    "id": 3599820,
    "uri": "https://api.kexp.org/v2/plays/3599820/?format=api",
    "airdate": "2026-01-03T20:13:17-08:00",
    "show": 65555,
    "show_uri": "https://api.kexp.org/v2/shows/65555/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Perfect Pot",
    "track_id": "5da708be-6c68-30c4-ba11-7ff1e552c7cc",
    "recording_id": "889bdb2b-9fcf-4b61-8601-bc19e0fb50cd",
    "artist": "Hazel",
    "artist_ids": [
        "7c36a5ee-5143-4bb1-8c09-36c0ea817391"
    ],
    "album": "Are You Going to Eat That",
    "release_id": "157a161f-e2e9-4cb0-bfbb-67972128314d",
    "release_group_id": "d509e007-074d-3cbf-a7a2-ab8d266f028e",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1995-02-14",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Request for Andrea in Seattle!\n\nHazel was an American alternative rock band based in Portland, Oregon. The band was a quartet, consisting of Jody Bleyle, Pete Krebs, Brady Smith, and Fred Nemo. It lasted from 1992 to 1997.\n\nhttps://www.youtube.com/watch?v=82HLR3aniwI",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}