Information about plays

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

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

{
    "id": 3543465,
    "uri": "https://api.kexp.org/v2/plays/3543465/?format=api",
    "airdate": "2025-08-22T20:40:11-07:00",
    "show": 64358,
    "show_uri": "https://api.kexp.org/v2/shows/64358/?format=api",
    "image_uri": "https://coverartarchive.org/release/f501a348-eae3-4060-9770-bf33d38dbcd3/28511339790-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f501a348-eae3-4060-9770-bf33d38dbcd3/28511339790-250.jpg",
    "song": "Kryé Mwen (David Walters remix)",
    "track_id": null,
    "recording_id": "d8c38ff6-84bf-44c5-bec8-f11f73f36159",
    "artist": "David Walters",
    "artist_ids": [
        "8fdad300-2bf5-48cf-b526-83e4b4eac0cd"
    ],
    "album": "Kryé Mwen Remixes",
    "release_id": null,
    "release_group_id": "f3efc44a-14d1-4d5e-aa06-49c1b430fc26",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}