Information about plays

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

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

{
    "id": 3543473,
    "uri": "https://api.kexp.org/v2/plays/3543473/?format=api",
    "airdate": "2025-08-22T21:13:02-07:00",
    "show": 64358,
    "show_uri": "https://api.kexp.org/v2/shows/64358/?format=api",
    "image_uri": "https://coverartarchive.org/release/0ea04935-5b94-470c-832c-a8e0ff84ef21/31144714255-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0ea04935-5b94-470c-832c-a8e0ff84ef21/31144714255-250.jpg",
    "song": "Greetings",
    "track_id": null,
    "recording_id": "6075c336-753b-4f78-a594-30e689378db3",
    "artist": "Joni Haastrup",
    "artist_ids": [
        "d3ff07cf-31e4-4b6b-b487-2c9fbfbad39c"
    ],
    "album": "Nigeria 70: The Definitive Story of 1970s Funky Lagos",
    "release_id": null,
    "release_group_id": "5caad029-bd47-3bfe-a8f1-cacf253f58ab",
    "labels": [],
    "label_ids": [],
    "release_date": "2001-10-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Haastrup was a member of Nigerian Afrobeat innovators MonoMono and spent time playing with Cream drummer Ginger Baker during the time when Baker was incorporating West African sounds into his music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}