Information about plays

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

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

{
    "id": 3593685,
    "uri": "https://api.kexp.org/v2/plays/3593685/?format=api",
    "airdate": "2025-12-20T21:28:30-08:00",
    "show": 65434,
    "show_uri": "https://api.kexp.org/v2/shows/65434/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Another Christmas",
    "track_id": null,
    "recording_id": "49ede1d2-032b-4ebd-a592-1355ac38836a",
    "artist": "The Yobs",
    "artist_ids": [
        "0e2867df-8840-47e9-9357-c32063b21e92"
    ],
    "album": "Christmas Album",
    "release_id": null,
    "release_group_id": "80bee209-448c-46aa-b47a-4a5933efb9fc",
    "labels": [
        "Safari Records"
    ],
    "label_ids": [
        "e37ceddc-ba8d-4764-bf4f-e0e6dcb03808"
    ],
    "release_date": "1980-12-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "UK classic...The Yobs\" are a punk rock pseudonym for the English band The Boys.  In 1980, they  released, \"The Yobs' Christmas Album\"  featuring \"monumentally tasteless\" and profane takes on holiday classics, such as \"Jingle Bells\" (performed as a parody of Gary Numan) and \"Twelve Days Of Christmas,\" etc. https://www.theboys.co.uk/the-yobs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}