Information about plays

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

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

{
    "id": 3551277,
    "uri": "https://api.kexp.org/v2/plays/3551277/?format=api",
    "airdate": "2025-09-10T11:21:58-07:00",
    "show": 64525,
    "show_uri": "https://api.kexp.org/v2/shows/64525/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Night All Day",
    "track_id": "46e25695-1674-45b1-9a06-ff07957ed2ec",
    "recording_id": "23ddf6f6-96c8-4693-8495-7f588b80c65b",
    "artist": "Big Thief",
    "artist_ids": [
        "9f81247f-7f57-42f3-a8ba-75bef554e591"
    ],
    "album": "Double Infinity",
    "release_id": "efa86b9a-e272-478d-9366-bce4ebddc089",
    "release_group_id": "8fd54a87-a6df-4046-a9f6-7f2f171301ba",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2025-09-05",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Big Thief is on tour!\n\n- Troutdale, OR, on Friday, Sept 19, at McMenamins Edgefield\n\n- Berkeley, CA, on Thursday, Sept. 25, at The Greek Theatre\n\nFull tour dates here: https://www.bigthief.net/tour\n\n--\n\nCheck out this 2019 Live on KEXP session from the band: https://www.youtube.com/watch?v=5oODr-7y3M0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}