Information about plays

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

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

{
    "id": 3540186,
    "uri": "https://api.kexp.org/v2/plays/3540186/?format=api",
    "airdate": "2025-08-15T00:48:55-07:00",
    "show": 64290,
    "show_uri": "https://api.kexp.org/v2/shows/64290/?format=api",
    "image_uri": "https://coverartarchive.org/release/d7e45b9c-be93-46ed-a1fe-79d7251bb3a8/41859349391-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d7e45b9c-be93-46ed-a1fe-79d7251bb3a8/41859349391-250.jpg",
    "song": "Be A Witness",
    "track_id": null,
    "recording_id": "ead7d72c-2b72-49ac-b633-21963426f8a8",
    "artist": "Lady Wray",
    "artist_ids": [
        "ae278e0f-abc8-4c2b-ac72-0a4175e7f36b"
    ],
    "album": "Be A Witness",
    "release_id": null,
    "release_group_id": "4053a9c4-b5eb-4dff-8f51-3c8411a10ead",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-04-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}