Information about plays

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

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

{
    "id": 3610333,
    "uri": "https://api.kexp.org/v2/plays/3610333/?format=api",
    "airdate": "2026-01-28T20:19:09-08:00",
    "show": 65780,
    "show_uri": "https://api.kexp.org/v2/shows/65780/?format=api",
    "image_uri": "https://coverartarchive.org/release/26a9dbde-6eaf-44e3-b745-9f7ae792229b/32915167715-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/26a9dbde-6eaf-44e3-b745-9f7ae792229b/32915167715-250.jpg",
    "song": "Do You",
    "track_id": null,
    "recording_id": "e3605f4a-67f1-439f-82ad-fa0a17419c61",
    "artist": "GHOSTWOMAN",
    "artist_ids": [
        "3136f4a3-f711-4729-a722-363610056681"
    ],
    "album": "Ghost Woman",
    "release_id": null,
    "release_group_id": "23fb379d-d959-4882-a05b-a5944e9e640f",
    "labels": [
        "Full Time Hobby"
    ],
    "label_ids": [
        "c51e4371-bd49-4c00-afed-b5446bb433ac"
    ],
    "release_date": "2022-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "GHOSTWOMAN - Do You [Official Video] - https://www.youtube.com/watch?v=0CBS2cb5FPU\n--\nhttps://www.manchesterpsychfest.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}