Information about plays

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

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

{
    "id": 3519652,
    "uri": "https://api.kexp.org/v2/plays/3519652/?format=api",
    "airdate": "2025-06-27T20:07:28-07:00",
    "show": 63853,
    "show_uri": "https://api.kexp.org/v2/shows/63853/?format=api",
    "image_uri": "https://coverartarchive.org/release/30e5ba3a-7f81-411f-9400-9d00fe633d8a/27482295282-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/30e5ba3a-7f81-411f-9400-9d00fe633d8a/27482295282-250.jpg",
    "song": "Apathie Mortelle",
    "track_id": null,
    "recording_id": "6f6f9da9-396a-49ae-a9a0-e5dc229620f0",
    "artist": "Bokanté",
    "artist_ids": [
        "50803b59-5750-445e-bbe4-31764c32c876"
    ],
    "album": "Strange Circles",
    "release_id": null,
    "release_group_id": "93e88f0d-3354-425f-b690-2ac64c2b9f8b",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-06-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bokanté is a global musical ensemble founded by Michael League of Snarky Puppy, known for its blend of West African music, Delta blues, and Caribbean influences. The band features musicians from four continents and is fronted by vocalist Malika Tirolien, whose lyrics often address social issues. Bokanté's music is characterized by its multicultural and multilingual nature, with songs in Creole, French, and English.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}