Information about plays

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

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

{
    "id": 3615347,
    "uri": "https://api.kexp.org/v2/plays/3615347/?format=api",
    "airdate": "2026-02-09T16:21:44-08:00",
    "show": 65890,
    "show_uri": "https://api.kexp.org/v2/shows/65890/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "New BF",
    "track_id": "212cde35-62c5-4a6e-9c1a-c7dc4294e53d",
    "recording_id": "e26abfaf-0aa6-4488-a7c2-357b430a6d2d",
    "artist": "Ski Team",
    "artist_ids": [
        "ff66ff20-77e9-449f-b565-ae39edd9bac3"
    ],
    "album": "Burnout/Boys",
    "release_id": "b43805e5-3be0-424b-b157-c4c86c471c92",
    "release_group_id": "f141a76d-83f0-4da1-89d5-3ddab5a18b3d",
    "labels": [
        "Only One On The Mountain"
    ],
    "label_ids": [
        "a4228a87-0aca-488c-9015-f28464dbab90"
    ],
    "release_date": "2026-01-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brooklyn based artist's debut album.\n\nbuy it here: https://skiteam.bandcamp.com/album/burnout-boys",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}