Information about plays

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

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

{
    "id": 3547762,
    "uri": "https://api.kexp.org/v2/plays/3547762/?format=api",
    "airdate": "2025-09-02T00:16:58-07:00",
    "show": 64450,
    "show_uri": "https://api.kexp.org/v2/shows/64450/?format=api",
    "image_uri": "https://coverartarchive.org/release/ab400da1-d8bb-4574-b674-ccbc9f8062f8/13798152698-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ab400da1-d8bb-4574-b674-ccbc9f8062f8/13798152698-250.jpg",
    "song": "Voodoo Woman",
    "track_id": null,
    "recording_id": null,
    "artist": "Lonnie Liston Smith & The Cosmic Echoes",
    "artist_ids": [
        "9afbdfa9-cc56-40d8-929a-4f40cc196f03"
    ],
    "album": "Expansions",
    "release_id": null,
    "release_group_id": "a5869ac3-5606-300b-9d9c-677bb4b560dc",
    "labels": [
        "Flying Dutchman"
    ],
    "label_ids": [
        "39960a95-f48d-4875-9d21-e017685f22e8"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Funky!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}