Information about plays

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

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

{
    "id": 3634765,
    "uri": "https://api.kexp.org/v2/plays/3634765/?format=api",
    "airdate": "2026-03-28T18:40:19-07:00",
    "show": 66306,
    "show_uri": "https://api.kexp.org/v2/shows/66306/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Contentment",
    "track_id": "758dc8ee-a61e-4b9a-9a24-b34abc8955bc",
    "recording_id": "42eadded-a6da-434a-afd9-e60a74534865",
    "artist": "RUB",
    "artist_ids": [
        "ad56a1ba-bb96-4ec3-8388-b4cced850284"
    ],
    "album": "Rub",
    "release_id": "9c29f643-acc1-4358-bcbd-aa7ddbd82053",
    "release_group_id": "7c127c44-1587-4a77-a411-ece375657821",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-05-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://rubsounds.bandcamp.com/album/rub",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}