Information about plays

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

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

{
    "id": 3586092,
    "uri": "https://api.kexp.org/v2/plays/3586092/?format=api",
    "airdate": "2025-12-03T01:32:06-08:00",
    "show": 65275,
    "show_uri": "https://api.kexp.org/v2/shows/65275/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "sona",
    "track_id": "873542aa-a291-4019-8bb9-6b9fa3266856",
    "recording_id": "d8f6cf61-5f5f-4498-8ef0-03cc8ada3bd7",
    "artist": "plash",
    "artist_ids": [
        "f6b7d03a-b2ba-41eb-8737-9772ed693f90"
    ],
    "album": "sona",
    "release_id": "123a7af1-5665-4bc8-89c2-32c2ac302300",
    "release_group_id": "16f83d76-7fd6-4a77-900d-d9330a603d90",
    "labels": [
        "seulseul"
    ],
    "label_ids": [
        "af046aa9-a3c7-483e-b52f-ecbf7a413e7b"
    ],
    "release_date": "2025-11-11",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Preorder the i live alone out via Porchlight Records on Jan. 23rd https://www.porchlightdesignco.com/collections/all/products/plash-i-live-alone-vinyl-lp-pre-order",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}