Information about plays

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

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

{
    "id": 3594813,
    "uri": "https://api.kexp.org/v2/plays/3594813/?format=api",
    "airdate": "2025-12-23T08:21:57-08:00",
    "show": 65455,
    "show_uri": "https://api.kexp.org/v2/shows/65455/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Riptide",
    "track_id": "2227a854-5c8d-4b81-985d-2307dda6d715",
    "recording_id": "48ed5867-6d3c-4142-9d8b-05e5ddeef501",
    "artist": "Veronicavon",
    "artist_ids": [
        "b435a259-347c-44c1-968f-77b8781cd1e7"
    ],
    "album": "Icecream",
    "release_id": "bad9713e-5968-4cd5-908a-1ecc5252ef2c",
    "release_group_id": "d1441f30-4a7b-49aa-94ed-21b3acc6f276",
    "labels": [
        "Born Losers Records"
    ],
    "label_ids": [
        "d7fa0dd1-27a9-4252-b07e-56df1300ca99"
    ],
    "release_date": "2025-12-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Super smooth bedroom pop from LA-based duo Veronicavon's second album 'icecream'.\n\nhttps://veronicavon.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}