Information about plays

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

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

{
    "id": 3549091,
    "uri": "https://api.kexp.org/v2/plays/3549091/?format=api",
    "airdate": "2025-09-05T04:25:20-07:00",
    "show": 64477,
    "show_uri": "https://api.kexp.org/v2/shows/64477/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Open Up Your Eyes",
    "track_id": "fd08c3b9-7bdf-4cc3-96ff-43099a8e209a",
    "recording_id": "bcb92d95-e71c-4ce8-a1ba-5d38f046f0b6",
    "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": "Playing tonight at the Neptune for a live album recording! They're also playing with Parisalexa and Amelia Day! Check out all the details here https://www.stgpresents.org/events/rub/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}