Information about plays

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

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

{
    "id": 3578300,
    "uri": "https://api.kexp.org/v2/plays/3578300/?format=api",
    "airdate": "2025-11-15T01:25:18-08:00",
    "show": 65112,
    "show_uri": "https://api.kexp.org/v2/shows/65112/?format=api",
    "image_uri": "https://coverartarchive.org/release/53d51b56-f376-43ea-953c-c4215a9c2463/41890063856-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/53d51b56-f376-43ea-953c-c4215a9c2463/41890063856-250.jpg",
    "song": "Bewitched",
    "track_id": null,
    "recording_id": "85e2abc0-7b79-46cf-bcec-e913bbe30133",
    "artist": "WLDV",
    "artist_ids": [
        "81f1362e-021c-4879-a55d-569e96923d99"
    ],
    "album": "Bewitched",
    "release_id": null,
    "release_group_id": "7f639fff-428a-496d-81eb-8846166e635d",
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2025-05-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://wldv.bandcamp.com/album/wldv-bewitched-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}