Information about plays

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

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

{
    "id": 3567538,
    "uri": "https://api.kexp.org/v2/plays/3567538/?format=api",
    "airdate": "2025-10-20T08:48:18-07:00",
    "show": 64885,
    "show_uri": "https://api.kexp.org/v2/shows/64885/?format=api",
    "image_uri": "https://ia601000.us.archive.org/1/items/mbid-8d7d93ca-ca76-4cf6-bcc6-eddfbf313149/mbid-8d7d93ca-ca76-4cf6-bcc6-eddfbf313149-42627020548_thumb500.jpg",
    "thumbnail_uri": "https://dn720709.ca.archive.org/0/items/mbid-8d7d93ca-ca76-4cf6-bcc6-eddfbf313149/mbid-8d7d93ca-ca76-4cf6-bcc6-eddfbf313149-42627020548_thumb250.jpg",
    "song": "False Prophet",
    "track_id": "4dd3f205-b29d-45fe-987c-fb81187b2ab2",
    "recording_id": "ac02d7d0-538c-4773-a08f-042747bfa9b3",
    "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": "Olive Rees, vocalist and guitarist of Manchester band Nightbus: \"We’re travellers in our own bodies; there’s an alter-ego nurturing our secrets, fantasies, shame, and fears, lost in the underworld of humanity. A dreamscape of tabu existence, things that define us but wouldn’t come up in casual conversations. This album is that traveller, the passenger.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}