Information about plays

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

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

{
    "id": 3523350,
    "uri": "https://api.kexp.org/v2/plays/3523350/?format=api",
    "airdate": "2025-07-06T06:32:56-07:00",
    "show": 63936,
    "show_uri": "https://api.kexp.org/v2/shows/63936/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rain Is Here, Find Shelter",
    "track_id": null,
    "recording_id": null,
    "artist": "VLMV",
    "artist_ids": [],
    "album": "A Study of the English Countryside",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "State of Mind"
    ],
    "label_ids": [],
    "release_date": "2025-06-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning <3 This is the second single off the forthcoming album from London-based artist VLMV aka Pete Lambrou ~ https://vlmv.bandcamp.com/album/a-study-of-the-english-countryside-dolby-atmos-binaural-mix",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}