Information about plays

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

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

{
    "id": 3610330,
    "uri": "https://api.kexp.org/v2/plays/3610330/?format=api",
    "airdate": "2026-01-28T20:09:32-08:00",
    "show": 65780,
    "show_uri": "https://api.kexp.org/v2/shows/65780/?format=api",
    "image_uri": "https://coverartarchive.org/release/913bf413-267c-4c86-a82a-61ebdf823f70/15343260914-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/913bf413-267c-4c86-a82a-61ebdf823f70/15343260914-250.jpg",
    "song": "Hands (2017 Version)",
    "track_id": null,
    "recording_id": "a41aeba1-6576-4c52-87b5-1e056cda67dd",
    "artist": "The KVB",
    "artist_ids": [
        "cec651c7-19f4-4965-9566-3a05024130be"
    ],
    "album": "Always Then",
    "release_id": null,
    "release_group_id": "01f2510b-4c98-44b5-aadd-5aaffd35e879",
    "labels": [],
    "label_ids": [],
    "release_date": "2012-02-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Always Then'  was originally written and recorded in 2011 on a Fostex tape machine by Nicholas Wood (then released in 2012) before the duo formed with Kat Day.\n\nhttps://www.thekvb.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}