Information about plays

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

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

{
    "id": 3546995,
    "uri": "https://api.kexp.org/v2/plays/3546995/?format=api",
    "airdate": "2025-08-31T02:27:01-07:00",
    "show": 64434,
    "show_uri": "https://api.kexp.org/v2/shows/64434/?format=api",
    "image_uri": "https://coverartarchive.org/release/f0ff3421-09a2-4415-aad5-1af5ae7a12d9/41794306801-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f0ff3421-09a2-4415-aad5-1af5ae7a12d9/41794306801-250.jpg",
    "song": "Looking Inwardly",
    "track_id": null,
    "recording_id": null,
    "artist": "The Chameleons",
    "artist_ids": [
        "8d07f60f-b9f4-46c0-9c27-31de0fb9b671"
    ],
    "album": "What Does Anything Mean? Basically",
    "release_id": null,
    "release_group_id": "94617dfd-7561-38fc-9d60-dfc022d9223f",
    "labels": [
        "Statik"
    ],
    "label_ids": [],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Looking inward, playing outward",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}