Information about plays

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

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

{
    "id": 3568451,
    "uri": "https://api.kexp.org/v2/plays/3568451/?format=api",
    "airdate": "2025-10-22T09:40:24-07:00",
    "show": 64902,
    "show_uri": "https://api.kexp.org/v2/shows/64902/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Void",
    "track_id": "c8cf2a35-725c-4848-96d2-210f2d9aa860",
    "recording_id": "f5b5a955-87b3-4cb1-a1bc-75f6dfaef87c",
    "artist": "Nightbus",
    "artist_ids": [
        "208702fb-f566-451a-89bb-8d4362f3c8be"
    ],
    "album": "Passenger",
    "release_id": "8d7d93ca-ca76-4cf6-bcc6-eddfbf313149",
    "release_group_id": "d1fa29b3-b569-4ba3-94ac-c657ad3786bc",
    "labels": [
        "Melodic"
    ],
    "label_ids": [
        "b0db63b8-7dda-42df-a9a7-e183d68ca5cc"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New album from Manchester trio Nightbus.\n\n\"Their appeal is easy to grasp. Nightbus songs capture a city in half-light, the Manchester glimpsed through rain-flecked windows on your journey home between chucking-out and sunrise, when the promise of the night is nearly exhausted, to be replaced by the hope of the dawn to come.\"\nhttps://www.theguardian.com/music/2023/nov/04/one-to-watch-nightbus-manchester-trio\n\nhttps://nightbusuk.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}