Information about plays

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

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

{
    "id": 3634981,
    "uri": "https://api.kexp.org/v2/plays/3634981/?format=api",
    "airdate": "2026-03-29T04:08:11-07:00",
    "show": 66309,
    "show_uri": "https://api.kexp.org/v2/shows/66309/?format=api",
    "image_uri": "https://dn710303.ca.archive.org/0/items/mbid-67165826-e6b2-48ea-bd51-6a0ddd597790/mbid-67165826-e6b2-48ea-bd51-6a0ddd597790-44027653400_thumb500.jpg",
    "thumbnail_uri": "https://dn710303.ca.archive.org/0/items/mbid-67165826-e6b2-48ea-bd51-6a0ddd597790/mbid-67165826-e6b2-48ea-bd51-6a0ddd597790-44027653400_thumb250.jpg",
    "song": "Into the Sun",
    "track_id": "fae9b08d-d1bb-4ca6-9413-63ad0234b75b",
    "recording_id": "0092d163-88bc-40fd-989b-d8db9ec3dc30",
    "artist": "Robyn",
    "artist_ids": [
        "5a8e07d5-d932-4484-a7f7-e700793a9c94"
    ],
    "album": "Sexistential",
    "release_id": "67165826-e6b2-48ea-bd51-6a0ddd597790",
    "release_group_id": "ebe6e41d-3f9e-4633-b5b9-8752e31ceec7",
    "labels": [
        "Young",
        "Konichiwa Records"
    ],
    "label_ids": [
        "78cd137b-d2d4-4259-bf25-351d15e7de25",
        "65cfad3e-f8cf-4b7a-91a9-dabf1ab8d860"
    ],
    "release_date": "2026-03-27",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}