Information about plays

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

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

{
    "id": 3547572,
    "uri": "https://api.kexp.org/v2/plays/3547572/?format=api",
    "airdate": "2025-09-01T12:35:13-07:00",
    "show": 64446,
    "show_uri": "https://api.kexp.org/v2/shows/64446/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "London",
    "track_id": null,
    "recording_id": null,
    "artist": "Skepta, Fred again..",
    "artist_ids": [
        "38474d18-9204-4f60-a137-1fcc6750b869",
        "bca46a0c-25c9-42ca-98c2-e64c8a5e337e"
    ],
    "album": "Skepta .. Fred",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Earlier this year, the big-deal dance producer Fred again.. and the long-established London grime star Skepta got together, joining forces with streamer PlaqueBoyMax to release a single called “Victory Lap.” That song was a massive hit, reaching #4 on the UK singles chart, Skepta’s best-ever showing. A random-ass group of rappers — Denzel Curry, That Mexican OT, D Double E, Hanumankind — appeared on remixes. Last week, Skepta and Fred again.. followed that single with another one called “Back 2 Back.” Today, the two of them release Skepta .. Fred, an entire collaborative EP that wasn’t announced ahead of time.\" https://www.stereogum.com/2321152/skepta-fred-again-release-collaborative-ep-skepta-fred/music/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}