Information about plays

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

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

{
    "id": 3571028,
    "uri": "https://api.kexp.org/v2/plays/3571028/?format=api",
    "airdate": "2025-10-28T13:39:17-07:00",
    "show": 64958,
    "show_uri": "https://api.kexp.org/v2/shows/64958/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Righteous, By Design",
    "track_id": null,
    "recording_id": null,
    "artist": "Bambu",
    "artist_ids": [
        "ca13fd8b-c86a-4a09-90a2-408fc1d7f9f1"
    ],
    "album": "They're Burning the Boats",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Beatrock Music"
    ],
    "label_ids": [],
    "release_date": "2025-10-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New from Los Angeles by way of Oakland Filipino American rapper Bambu:\n\nhttps://bambubeatrock.bandcamp.com/album/they-re-burning-the-boats-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}