Information about plays

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

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

{
    "id": 3612092,
    "uri": "https://api.kexp.org/v2/plays/3612092/?format=api",
    "airdate": "2026-02-02T00:41:57-08:00",
    "show": 65817,
    "show_uri": "https://api.kexp.org/v2/shows/65817/?format=api",
    "image_uri": "https://coverartarchive.org/release/be138978-564d-444d-9161-e191ea6d9998/17162296102-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/be138978-564d-444d-9161-e191ea6d9998/17162296102-250.jpg",
    "song": "Just the Way You Are",
    "track_id": null,
    "recording_id": "97608686-a5c7-4274-b7fc-f541fff39919",
    "artist": "Barry White",
    "artist_ids": [
        "b904d624-9e05-4398-8f4f-88fbcf022f79"
    ],
    "album": "Gold",
    "release_id": null,
    "release_group_id": "f2ab4295-a87b-3f2f-9070-132e0128528f",
    "labels": [
        "Double Platinum"
    ],
    "label_ids": [
        "c512d907-8ada-491d-aa26-1534ce20498c"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}