Information about plays

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

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

{
    "id": 3581910,
    "uri": "https://api.kexp.org/v2/plays/3581910/?format=api",
    "airdate": "2025-11-23T12:24:52-08:00",
    "show": 65189,
    "show_uri": "https://api.kexp.org/v2/shows/65189/?format=api",
    "image_uri": "https://ia601906.us.archive.org/6/items/mbid-e50c82be-263d-4d2f-9a24-f3b5c0909f55/mbid-e50c82be-263d-4d2f-9a24-f3b5c0909f55-39383713992_thumb500.jpg",
    "thumbnail_uri": "https://dn721809.ca.archive.org/0/items/mbid-e50c82be-263d-4d2f-9a24-f3b5c0909f55/mbid-e50c82be-263d-4d2f-9a24-f3b5c0909f55-39383713992_thumb250.jpg",
    "song": "Lithonia",
    "track_id": "5e3ba87a-8d40-4662-bdcb-3d260b9eeaf0",
    "recording_id": "249422d6-1453-414d-bf05-c82e3bc61665",
    "artist": "Childish Gambino",
    "artist_ids": [
        "7fb57fba-a6ef-44c2-abab-2fa3bdee607e"
    ],
    "album": "Bando Stone and the New World",
    "release_id": "e50c82be-263d-4d2f-9a24-f3b5c0909f55",
    "release_group_id": "cd265612-3dd1-4703-b50b-289a6af72377",
    "labels": [
        "RCA",
        "Wolf+Rothstein"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946",
        "6eb10698-b9d6-4976-ae0d-63442b937b4c"
    ],
    "release_date": "2024-07-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Bando Stone and the New World\" was the last album Donald Glover is releasing under the pseudonym Childish Gambino. \n\nPeep the official music video for \"Lithonia\" here, enjoy: https://tinyurl.com/wjtfb3kv",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}