Information about plays

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

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

{
    "id": 3547607,
    "uri": "https://api.kexp.org/v2/plays/3547607/?format=api",
    "airdate": "2025-09-01T14:30:35-07:00",
    "show": 64447,
    "show_uri": "https://api.kexp.org/v2/shows/64447/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Coco Gauff",
    "track_id": null,
    "recording_id": null,
    "artist": "Mick Jenkins",
    "artist_ids": [
        "64c4dfcc-ba2b-4036-ac01-1636ae15ebb8"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-08-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New from Chicago emcee Mick Jenkins. Shout to Coco Gauff, who's 2025 US Open run ended today as she lost to Naomi Osaka. Check out Mick's Live on KEXP performance from February 2024:\n\nhttps://www.youtube.com/watch?v=8_fNS-vLU5U",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}