Information about plays

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

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

{
    "id": 3501146,
    "uri": "https://api.kexp.org/v2/plays/3501146/?format=api",
    "airdate": "2025-05-14T05:32:38-07:00",
    "show": 63456,
    "show_uri": "https://api.kexp.org/v2/shows/63456/?format=api",
    "image_uri": "https://dn721304.ca.archive.org/0/items/mbid-c5d13933-f713-4bbf-93a0-e69487cbe3bf/mbid-c5d13933-f713-4bbf-93a0-e69487cbe3bf-41731357912_thumb500.jpg",
    "thumbnail_uri": "https://dn721304.ca.archive.org/0/items/mbid-c5d13933-f713-4bbf-93a0-e69487cbe3bf/mbid-c5d13933-f713-4bbf-93a0-e69487cbe3bf-41731357912_thumb250.jpg",
    "song": "Don’t Speak",
    "track_id": "a69bce20-e02d-4513-8ac1-36f6ebb61697",
    "recording_id": "ff92fe6e-836a-42bc-8e30-cdbef8deab53",
    "artist": "Loaded Honey",
    "artist_ids": [
        "36fce48d-04f1-410a-ab32-256fc52c5a7b"
    ],
    "album": "Don’t Speak",
    "release_id": "c5d13933-f713-4bbf-93a0-e69487cbe3bf",
    "release_group_id": "eec1f414-158b-4965-97e8-da27bb9decfa",
    "labels": [
        "Vetra"
    ],
    "label_ids": [
        "dcd2b219-6b7c-4efb-93ca-0514214cd7ae"
    ],
    "release_date": "2025-04-15",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Loaded Honey is the side project of J Lloyd and Lydia Kitto (2 members of the band JUNGLE).\n\nThey are putting out their debut album Love Made Trees on June 6th. https://store.loadedhoney.com/products/love-made-trees-peach-vinyl",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}