Information about plays

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

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

{
    "id": 3572366,
    "uri": "https://api.kexp.org/v2/plays/3572366/?format=api",
    "airdate": "2025-10-31T22:24:48-07:00",
    "show": 64987,
    "show_uri": "https://api.kexp.org/v2/shows/64987/?format=api",
    "image_uri": "https://coverartarchive.org/release/03aa0355-70d2-4032-9985-f9a040978520/3409750467-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/03aa0355-70d2-4032-9985-f9a040978520/3409750467-250.jpg",
    "song": "Notorious Thugs (2005 remaster)",
    "track_id": null,
    "recording_id": "51bdb2a0-28a5-4cd5-bec8-bbe722c712e3",
    "artist": "The Notorious B.I.G.",
    "artist_ids": [
        "d5d97b2b-b83b-4976-814a-056d9076c8c3"
    ],
    "album": "Life After Death",
    "release_id": null,
    "release_group_id": "132d78be-baa5-3301-aba5-933409e3f848",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1997-03-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}