Information about plays

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

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

{
    "id": 3556073,
    "uri": "https://api.kexp.org/v2/plays/3556073/?format=api",
    "airdate": "2025-09-21T21:37:57-07:00",
    "show": 64627,
    "show_uri": "https://api.kexp.org/v2/shows/64627/?format=api",
    "image_uri": "https://coverartarchive.org/release/bded35a1-b70e-4cd8-bca8-5ade74e8d4b5/37722837407-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bded35a1-b70e-4cd8-bca8-5ade74e8d4b5/37722837407-250.jpg",
    "song": "Spinning (I Feel It Too)",
    "track_id": null,
    "recording_id": null,
    "artist": "Villager",
    "artist_ids": [
        "a9647d60-a166-4a6a-962f-d6590ad2d233"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2023-12-14",
    "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"
}