Information about plays

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

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

{
    "id": 3564232,
    "uri": "https://api.kexp.org/v2/plays/3564232/?format=api",
    "airdate": "2025-10-12T14:14:26-07:00",
    "show": 64816,
    "show_uri": "https://api.kexp.org/v2/shows/64816/?format=api",
    "image_uri": "https://coverartarchive.org/release/ca15063f-fc55-4648-83ef-00bf015d1602/11220140357-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ca15063f-fc55-4648-83ef-00bf015d1602/11220140357-250.jpg",
    "song": "Hey Pocky A-Way",
    "track_id": null,
    "recording_id": "520eda6e-0033-458d-9849-bea47acca43a",
    "artist": "The Wild Tchoupitoulas",
    "artist_ids": [
        "9c2ab74c-76f9-46df-9d40-9a5353520690"
    ],
    "album": "Wild Tchoupitoulas",
    "release_id": null,
    "release_group_id": "3b7a8f84-e677-38f0-9316-fa932da5f910",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cover of The Meters.\n\nThe Wild Tchoupitoulas were originally a group of Mardi Gras Indians formed in the early 1970s by George \"Big Chief Jolly\" Landry (Choctaw). Their album transforms carnival traditions; music performed in the streets and in neighborhood bars with tambourines and makeshift percussion; into electric rhythm and blues accented by funk, reggae, and calypso with the help of the Meters, the city’s preeminent funk ensemble.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}