Information about plays

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

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

{
    "id": 3538305,
    "uri": "https://api.kexp.org/v2/plays/3538305/?format=api",
    "airdate": "2025-08-10T07:56:18-07:00",
    "show": 64251,
    "show_uri": "https://api.kexp.org/v2/shows/64251/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "finally, the peace i seek",
    "track_id": null,
    "recording_id": null,
    "artist": "porch kiss & hallow",
    "artist_ids": [],
    "album": "finally, the peace i seek",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "nothing special."
    ],
    "label_ids": [
        "eadebfc9-5c65-4e1a-b7fd-214d97cf4124"
    ],
    "release_date": "2025-04-11",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Collaborative single between Washington State-based musician porch kiss alongside hallow ~ \nhttps://porchkiss.bandcamp.com :: \nporch kiss will be playing some West Coast dates in early October, including Madame Lou's in Seattle on October 11th and at Café du Nord in San Francisco on October 13th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}