Information about plays

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

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

{
    "id": 3552872,
    "uri": "https://api.kexp.org/v2/plays/3552872/?format=api",
    "airdate": "2025-09-14T07:33:11-07:00",
    "show": 64559,
    "show_uri": "https://api.kexp.org/v2/shows/64559/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kaki 柿",
    "track_id": null,
    "recording_id": null,
    "artist": "FloFilz",
    "artist_ids": [
        "8f38496b-1b22-4633-a61a-cfdfdd1c9892"
    ],
    "album": "Hagaki 葉書",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Melting Pot Music"
    ],
    "label_ids": [
        "5f74a304-ac4a-44b0-b0e2-b2c61b87fa84"
    ],
    "release_date": "2025-09-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chillout Room Set! Taken off the brand new album from Berlin-based beat producer FloFilz that's \"a musical love letter to Japan\" ~ \nhttps://flofilzmpm.bandcamp.com/album/hagaki",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}