Information about plays

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

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

{
    "id": 3600605,
    "uri": "https://api.kexp.org/v2/plays/3600605/?format=api",
    "airdate": "2026-01-05T14:02:06-08:00",
    "show": 65572,
    "show_uri": "https://api.kexp.org/v2/shows/65572/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Wreckage",
    "track_id": "a7c3f9dd-6f1b-40e7-ab07-d08ae79a297e",
    "recording_id": "7da33d6b-221e-4e1a-9cf7-5729366e3b13",
    "artist": "Silversun Pickups",
    "artist_ids": [
        "b5bd9f88-962e-4730-84a7-795592ba42e8"
    ],
    "album": "Tenterhooks",
    "release_id": "70c8e3b2-57f8-4d90-a591-c8e0582ef8b8",
    "release_group_id": "83a4f2ce-a823-4d2f-ad69-daa6eab8ff19",
    "labels": [
        "New Machine Recordings"
    ],
    "label_ids": [
        "3e1be271-fcdc-40e3-b2be-2affa6666a59"
    ],
    "release_date": "2026-02-06",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Silversun Pickups have a new album on the way. \"Tenterhooks,\" the follow-up to 2022's \"Physical Thrills,\" arrives in February via the band's own New Machine Recordings, \n--\nBrian Aubert, Nikki Monninger, Christopher Guanlao, and Joe Lester made Tenterhooks with their longtime producer Butch Vig, though the recording process came to a brief halt when Aubert was admitted to the hospital after suffering an eardrum injury: \"It seemed as if everyone was on tenterhooks waiting for whatever was next. The music has the same feeling,\" he said in a press release.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}