Information about plays

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

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

{
    "id": 3641201,
    "uri": "https://api.kexp.org/v2/plays/3641201/?format=api",
    "airdate": "2026-04-12T13:27:48-07:00",
    "show": 66434,
    "show_uri": "https://api.kexp.org/v2/shows/66434/?format=api",
    "image_uri": "https://coverartarchive.org/release/c97ac7bb-b2bf-448b-94d9-a874b5d45c47/33469293945-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c97ac7bb-b2bf-448b-94d9-a874b5d45c47/33469293945-250.jpg",
    "song": "Night",
    "track_id": null,
    "recording_id": "18b4996b-9fc1-4b44-9031-f80082852823",
    "artist": "Color Green",
    "artist_ids": [
        "1951caa6-cb19-4492-8abb-c4e138ac1e98"
    ],
    "album": "Color Green",
    "release_id": null,
    "release_group_id": "7196c8ac-fc64-46d7-ada2-6d19c2920517",
    "labels": [
        "Maximum Exposure"
    ],
    "label_ids": [
        "f76de6ff-4ec2-4754-9e71-a928d62d3dca"
    ],
    "release_date": "2020-08-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded over two years in strange spots in the California desert by the L.A. by way of Queens band.\nhttps://colorgreen.bandcamp.com/album/color-green",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}