Information about plays

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

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

{
    "id": 3569936,
    "uri": "https://api.kexp.org/v2/plays/3569936/?format=api",
    "airdate": "2025-10-25T20:29:05-07:00",
    "show": 64933,
    "show_uri": "https://api.kexp.org/v2/shows/64933/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "More Than a Feeling",
    "track_id": null,
    "recording_id": "78a6a15b-d460-4739-969b-637dbebbaba5",
    "artist": "Sleater‐Kinney",
    "artist_ids": [
        "e36e78eb-3ace-4acd-882c-16789e700ab7"
    ],
    "album": "Move Into The Villa Villa Kula",
    "release_id": null,
    "release_group_id": "69b6ca72-e391-31d4-aa30-72a85a70b5df",
    "labels": [
        "Villa Villakula"
    ],
    "label_ids": [
        "8d6a83c4-72bf-43cc-a37e-1623e215dcca"
    ],
    "release_date": "1997-11-04",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A request for some Sleater-Kinney from Gerald in Portland! Thank ya Gerald!\n\nThe iconic PNW punk band covers Boston! Coincidentally this was released as part of the riot-grrl compilation Move into The Villa Villa Kula; Villa Villakula is a Boston-based label!\n\nhttps://www.youtube.com/watch?v=1Gmrey6xEZ0",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}