Information about plays

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

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

{
    "id": 3634891,
    "uri": "https://api.kexp.org/v2/plays/3634891/?format=api",
    "airdate": "2026-03-28T22:56:29-07:00",
    "show": 66307,
    "show_uri": "https://api.kexp.org/v2/shows/66307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What Are You Worth",
    "track_id": null,
    "recording_id": null,
    "artist": "Gottlieb",
    "artist_ids": [],
    "album": "The Far Falllen Fruit",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Quite Panic"
    ],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track was released as a single in March 2026. Their debut album, The Far Fallen Fruit is slated for release on May 1, 2026, via the Quiet Panic label. https://quietpanic.net/collections/gottlieb",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}