Information about plays

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

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

{
    "id": 3543650,
    "uri": "https://api.kexp.org/v2/plays/3543650/?format=api",
    "airdate": "2025-08-23T06:52:33-07:00",
    "show": 64362,
    "show_uri": "https://api.kexp.org/v2/shows/64362/?format=api",
    "image_uri": "https://coverartarchive.org/release/75312054-5d15-459a-99aa-ef97018e1dda/40935427801-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/75312054-5d15-459a-99aa-ef97018e1dda/40935427801-250.jpg",
    "song": "Right Here",
    "track_id": null,
    "recording_id": "d4f9020a-1896-4c4c-914b-ea8853e944a0",
    "artist": "Butcher Brown w/Leanor Wolf",
    "artist_ids": [],
    "album": "Letters From the Atlantic",
    "release_id": null,
    "release_group_id": "80436c4e-4ac8-476a-af60-e69203217269",
    "labels": [
        "Concord Jazz"
    ],
    "label_ids": [
        "8ec4f16d-a43f-4e80-b3b0-935dbdbb598a"
    ],
    "release_date": "2025-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}