Information about plays

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

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

{
    "id": 3575916,
    "uri": "https://api.kexp.org/v2/plays/3575916/?format=api",
    "airdate": "2025-11-09T06:58:57-08:00",
    "show": 65063,
    "show_uri": "https://api.kexp.org/v2/shows/65063/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Galletas",
    "track_id": null,
    "recording_id": null,
    "artist": "μ‐Ziq",
    "artist_ids": [
        "aae5b930-c59c-4509-81a1-4e65e8f424e4"
    ],
    "album": "1979",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Balmat"
    ],
    "label_ids": [
        "17a114e5-a8d5-47a4-880a-ab26825df075"
    ],
    "release_date": "2025-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the new album from influential British electronic musician and Planet Mu Records founder Mike Paradinas aka µ-Ziq ~ https://mikeparadinas.bandcamp.com/album/1979",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}