Information about plays

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

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

{
    "id": 3579146,
    "uri": "https://api.kexp.org/v2/plays/3579146/?format=api",
    "airdate": "2025-11-16T21:54:16-08:00",
    "show": 65130,
    "show_uri": "https://api.kexp.org/v2/shows/65130/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spinning (I Feel It Too)",
    "track_id": null,
    "recording_id": null,
    "artist": "Villager",
    "artist_ids": [
        "a9647d60-a166-4a6a-962f-d6590ad2d233"
    ],
    "album": "NOWHERE FM: STRAIGHT TO THE HEART",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "VESSELBOY"
    ],
    "label_ids": [
        "dc3c8fbd-b672-4053-a6d4-11fa3975e836"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://villagersound.bandcamp.com/album/nowhere-fm-straight-to-the-heart",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}