Information about plays

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

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

{
    "id": 3546427,
    "uri": "https://api.kexp.org/v2/plays/3546427/?format=api",
    "airdate": "2025-08-29T19:40:19-07:00",
    "show": 64421,
    "show_uri": "https://api.kexp.org/v2/shows/64421/?format=api",
    "image_uri": "https://coverartarchive.org/release/6debde34-7b98-48f0-af94-0603db026b88/27542048644-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6debde34-7b98-48f0-af94-0603db026b88/27542048644-250.jpg",
    "song": "The Story Behind the Pain",
    "track_id": null,
    "recording_id": "4da4a4eb-3cf6-4ad6-bba5-4ca9c0e061ae",
    "artist": "Tumi and the Volume",
    "artist_ids": [
        "b7391bb0-4dd8-4ebc-b947-2fd745aa3380"
    ],
    "album": "Tumi and the Volume",
    "release_id": null,
    "release_group_id": "21cf76da-60c1-3262-be84-eeb99f9d399b",
    "labels": [],
    "label_ids": [],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tumi and the Volume is an African hip hop music ensemble that includes rapper Tumi Molekane, lead guitarist Tiago Correia-Paul, bass guitarist David Bergman and drummer Paulo Chibanga. The act is often associated with the Mozambican band 340ml because it shares some of its core members.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}