Information about plays

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

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

{
    "id": 3541683,
    "uri": "https://api.kexp.org/v2/plays/3541683/?format=api",
    "airdate": "2025-08-18T16:48:34-07:00",
    "show": 64325,
    "show_uri": "https://api.kexp.org/v2/shows/64325/?format=api",
    "image_uri": "https://coverartarchive.org/release/d6af8274-9b7a-4b9d-b373-36c5b3f7bd3a/41185241295-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d6af8274-9b7a-4b9d-b373-36c5b3f7bd3a/41185241295-250.jpg",
    "song": "Blood Knot",
    "track_id": null,
    "recording_id": "b2e062aa-8135-4af6-9e59-8a3c5123d038",
    "artist": "Vulture Feather",
    "artist_ids": [
        "a1abde28-4ecd-480f-9817-9f7cd88e051a"
    ],
    "album": "It Will Be Like Now",
    "release_id": null,
    "release_group_id": "0154d7cc-b92e-4c16-884e-fbe529bcacd1",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vulture Feather is a post/pre/future punk band from the mountains of northern California. Featuring members of the Baltimore band, Wilderness, and early-mid 90's post-hardcore group, Don Martin Three.   https://tinyurl.com/33y97nnz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}