Information about plays

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

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

{
    "id": 3537807,
    "uri": "https://api.kexp.org/v2/plays/3537807/?format=api",
    "airdate": "2025-08-09T06:27:13-07:00",
    "show": 64240,
    "show_uri": "https://api.kexp.org/v2/shows/64240/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don’t Speak",
    "track_id": null,
    "recording_id": "ff92fe6e-836a-42bc-8e30-cdbef8deab53",
    "artist": "Loaded Honey, Lydia Kitto, J Lloyd",
    "artist_ids": [],
    "album": "Love Made Trees",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Vetra"
    ],
    "label_ids": [
        "dcd2b219-6b7c-4efb-93ca-0514214cd7ae"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New LP from Loaded Honey - the side project of J Lloyd and Lydia Kitto (2 members of the band JUNGLE).\n\nhttps://store.loadedhoney.com/products/love-made-trees-peach-vinyl",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}