Information about plays

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

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

{
    "id": 3549250,
    "uri": "https://api.kexp.org/v2/plays/3549250/?format=api",
    "airdate": "2025-09-05T14:23:51-07:00",
    "show": 64481,
    "show_uri": "https://api.kexp.org/v2/shows/64481/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bono Crisp",
    "track_id": "3573dbea-431d-4c7a-b6f2-97ba24eb10bc",
    "recording_id": "3f015cc0-9463-4880-9eaf-0de0e73595d2",
    "artist": "Dávila 666",
    "artist_ids": [
        "25785e18-50f4-4a59-a14e-d62bd40dc7db"
    ],
    "album": "Dávila 666",
    "release_id": "99aa1766-f108-4d61-b58e-2430669a43a8",
    "release_group_id": "30012b84-648f-425c-b0a7-7fc2c3c38ceb",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-06-20",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Describing themselves as like menudo \"on drugs,\" San Juan, Puerto Rico's Dávila 666 formed in 2005, combine garage rock-like fire with the occasional sugary pop melody.\n\n2022 saw their return after years of hiatus with 'Secretos' on Mandinga Records a darker, psychedelic twist on their classic pop chaos\"\n\nhttps://davila666.bandcamp.com/track/bono-crisp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}