Information about plays

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

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

{
    "id": 3618249,
    "uri": "https://api.kexp.org/v2/plays/3618249/?format=api",
    "airdate": "2026-02-16T10:08:34-08:00",
    "show": 65950,
    "show_uri": "https://api.kexp.org/v2/shows/65950/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Home Is Where the Heart Is",
    "track_id": "d48b30bc-72a6-3f07-b211-062d7694089b",
    "recording_id": "fba6a4a5-d1fb-448d-bc75-fb055f14d2c4",
    "artist": "The Chameleons",
    "artist_ids": [
        "8d07f60f-b9f4-46c0-9c27-31de0fb9b671"
    ],
    "album": "What Does Anything Mean? Basically",
    "release_id": "1f333c04-17e8-3026-9477-de0bb24c8cd4",
    "release_group_id": "94617dfd-7561-38fc-9d60-dfc022d9223f",
    "labels": [
        "Dead Dead Good"
    ],
    "label_ids": [
        "dd76953e-8339-4235-bd71-2b40a9ab8f52"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}