Information about plays

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

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

{
    "id": 3546928,
    "uri": "https://api.kexp.org/v2/plays/3546928/?format=api",
    "airdate": "2025-08-30T22:49:22-07:00",
    "show": 64472,
    "show_uri": "https://api.kexp.org/v2/shows/64472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Perras",
    "track_id": null,
    "recording_id": null,
    "artist": "Las Fokin Biches",
    "artist_ids": [],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [
        "76fef728-2653-4b6a-ade6-df76ab74cc97"
    ],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hailing from Irapuato, Mexico, Las Fokin Biches bill themselves as \"Biches from hell doing rockabichy music\" and our currently touring Europe.\n\nhttps://lasfokinbiches.bandcamp.com/music\nhttps://lasfokinbiches.com/\nhttps://loudwomen.org/2025/07/29/las-fokin-biches-rebellion-festival-preview/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}