Information about plays

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

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

{
    "id": 3549872,
    "uri": "https://api.kexp.org/v2/plays/3549872/?format=api",
    "airdate": "2025-09-07T02:38:28-07:00",
    "show": 64497,
    "show_uri": "https://api.kexp.org/v2/shows/64497/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Got Flavor!",
    "track_id": null,
    "recording_id": null,
    "artist": "LaRussell, Lil Jon",
    "artist_ids": [
        "c76e3bb8-eb63-41d6-b45a-a0b1e172a3ca",
        "a95384b1-6aec-468c-ae0d-8c6daf87c4c2"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-09-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New from Bay Area rapper LaRussell, produced by Atlanta legend Lil Jon!\n\nhttps://www.youtube.com/watch?v=UZF15E4WmS4\n\n---\n\nLaRussell was just announced as a performing artist at Palestine Will Live Forever festival in Seattle on September 13 (Volunteer Park).\n\nhttps://www.zeffy.com/en-US/ticketing/palestine-will-live-forever-fest-all-of-us-or-none-of-us?fbclid=PAZXh0bgNhZW0CMTEAAacRZvoggN787HsVfi6wX_5gl4tIbFfUJDZqjeCHejgfU6_TGexE38yWiJbK4g_aem_bgRpyTlwHLg4SLpSTYXyHA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}