Information about plays

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

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

{
    "id": 3540912,
    "uri": "https://api.kexp.org/v2/plays/3540912/?format=api",
    "airdate": "2025-08-16T20:17:03-07:00",
    "show": 64308,
    "show_uri": "https://api.kexp.org/v2/shows/64308/?format=api",
    "image_uri": "https://coverartarchive.org/release/923af00d-f631-4e38-aa56-03c35879d9f3/27276507006-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/923af00d-f631-4e38-aa56-03c35879d9f3/27276507006-250.jpg",
    "song": "Not to Blame",
    "track_id": null,
    "recording_id": "34946f58-6efd-49f5-8138-dabd2245f749",
    "artist": "Bella White",
    "artist_ids": [
        "f198aec9-caa8-41db-a7b5-d41fb1d967d6"
    ],
    "album": "Just Like Leaving",
    "release_id": null,
    "release_group_id": "d60a60a9-c433-4837-91fd-e166985fdba5",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2020-09-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Victoria BC artist!\nhttps://bellawhitemusic.bandcamp.com/album/just-like-leaving",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}