Information about plays

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

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

{
    "id": 3591453,
    "uri": "https://api.kexp.org/v2/plays/3591453/?format=api",
    "airdate": "2025-12-15T13:49:59-08:00",
    "show": 65387,
    "show_uri": "https://api.kexp.org/v2/shows/65387/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dans l’os",
    "track_id": "31f19946-c7ec-4ce0-a016-8075b5d338d3",
    "recording_id": "b37d03f6-2c1e-4689-b5a2-e0f755132137",
    "artist": "Hélène Barbier",
    "artist_ids": [
        "29f7a557-7fd7-4c8e-88ab-f1c6ac4a9d80"
    ],
    "album": "Panorama",
    "release_id": "ba6f3c3b-db1b-49fc-8d72-6013952da11c",
    "release_group_id": "c5771cc5-94be-4545-a0a1-262f42daf362",
    "labels": [
        "Bonsound"
    ],
    "label_ids": [
        "8b1d458b-e154-4d16-a3fe-6a3121790874"
    ],
    "release_date": "2025-11-14",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The third album from this Montreal-based musician is a consistently sweet set of psych-tinted art-pop that features Hélène singing in both English and French in a cool, non-chalant manner over kaleidoscopic, funky, shifty arrangements.\"\n\nhttps://www.kexp.org/read/2025/11/24/new-music-reviews-1124/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}