Information about plays

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

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

{
    "id": 3573658,
    "uri": "https://api.kexp.org/v2/plays/3573658/?format=api",
    "airdate": "2025-11-03T22:52:09-08:00",
    "show": 65017,
    "show_uri": "https://api.kexp.org/v2/shows/65017/?format=api",
    "image_uri": "https://coverartarchive.org/release/75bb69cb-aa06-413d-bda5-810a245a1fd8/34299544087-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/75bb69cb-aa06-413d-bda5-810a245a1fd8/34299544087-250.jpg",
    "song": "Heart of Chambers",
    "track_id": null,
    "recording_id": null,
    "artist": "Beach House",
    "artist_ids": [
        "d5cc67b8-1cc4-453b-96e8-44487acdebea"
    ],
    "album": "Devotion",
    "release_id": null,
    "release_group_id": "2717ae60-ecbd-38a8-b8ef-ed1c9f8df908",
    "labels": [
        "Carpark"
    ],
    "label_ids": [],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(Gotta follow a Beach House cover with some Beach House)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}