Information about plays

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

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

{
    "id": 3545190,
    "uri": "https://api.kexp.org/v2/plays/3545190/?format=api",
    "airdate": "2025-08-26T19:34:15-07:00",
    "show": 64396,
    "show_uri": "https://api.kexp.org/v2/shows/64396/?format=api",
    "image_uri": "https://coverartarchive.org/release/460848af-c757-41e8-ad95-21b5972b9a5c/34505820434-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/460848af-c757-41e8-ad95-21b5972b9a5c/34505820434-250.jpg",
    "song": "Ozan Kouklé",
    "track_id": null,
    "recording_id": "dbcda10f-1b1f-4734-bd74-3b8351dbc65f",
    "artist": "Lafayette Afro-Rock Band",
    "artist_ids": [
        "68b22fd5-038c-4b74-8ed0-ee93b13c1d9e"
    ],
    "album": "Afon",
    "release_id": null,
    "release_group_id": "fa5e782c-b85b-4b90-ae7d-d5da23720267",
    "labels": [],
    "label_ids": [],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lafayette Afro Rock Band was an American funk band formed in Roosevelt, Long Island, New York in 1970. Shortly after their formation, they relocated to France.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}