Information about plays

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

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

{
    "id": 3599700,
    "uri": "https://api.kexp.org/v2/plays/3599700/?format=api",
    "airdate": "2026-01-03T15:45:53-08:00",
    "show": 65554,
    "show_uri": "https://api.kexp.org/v2/shows/65554/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dakan",
    "track_id": "7ed1f663-0db5-4a22-91b0-3516d01ac956",
    "recording_id": "cb90542b-f86f-4be8-a3b2-26a73c19a3b0",
    "artist": "Orchestra Gold",
    "artist_ids": [
        "59943af3-62dc-49e1-a2f9-dbb481600c20"
    ],
    "album": "Dakan",
    "release_id": "be59acbb-8684-4d9c-ab7d-d2947152e931",
    "release_group_id": "82c61ff3-9719-44a8-8e68-f36ec6517497",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-10-16",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Off the fourth album from this Oakland-based band https://orchestragold.bandcamp.com/album/dakan-destiny",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}