Information about plays

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

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

{
    "id": 3536934,
    "uri": "https://api.kexp.org/v2/plays/3536934/?format=api",
    "airdate": "2025-08-07T03:44:05-07:00",
    "show": 64220,
    "show_uri": "https://api.kexp.org/v2/shows/64220/?format=api",
    "image_uri": "https://coverartarchive.org/release/45737aa1-afa1-4cb5-8248-931a5cfc46be/34013098010-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/45737aa1-afa1-4cb5-8248-931a5cfc46be/34013098010-250.jpg",
    "song": "Blame It on the Funk",
    "track_id": null,
    "recording_id": "24ca52ba-10a7-48c7-a214-3af6948bd65f",
    "artist": "Indo G & Lil Blunt",
    "artist_ids": [
        "6b201d9a-e9cf-411e-bb8e-1b9dd92f8ef3",
        "d09abcd5-d005-4c86-9bf3-51df1d3fd158"
    ],
    "album": "The Antidote",
    "release_id": null,
    "release_group_id": "fef77290-a61b-37a4-8188-ffa3e12886da",
    "labels": [
        "Luke Records"
    ],
    "label_ids": [
        "bb88f549-b006-4013-8b25-0b8ca58120bb"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}