Information about plays

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

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

{
    "id": 3579157,
    "uri": "https://api.kexp.org/v2/plays/3579157/?format=api",
    "airdate": "2025-11-16T22:43:13-08:00",
    "show": 65130,
    "show_uri": "https://api.kexp.org/v2/shows/65130/?format=api",
    "image_uri": "https://coverartarchive.org/release/d75325c4-0e1c-4824-b8d1-d9b98903b107/33951139249-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d75325c4-0e1c-4824-b8d1-d9b98903b107/33951139249-250.jpg",
    "song": "The Red",
    "track_id": null,
    "recording_id": "104555bc-2eb8-4487-8689-3040e9c3047b",
    "artist": "Tipper",
    "artist_ids": [
        "c3cf7f15-4a5e-4e9e-bce7-5e5b101fa29c"
    ],
    "album": "Relish the Trough",
    "release_id": null,
    "release_group_id": "f66dfe5f-d78a-36df-a888-1fbfc703d3ba",
    "labels": [
        "Tipper Music"
    ],
    "label_ids": [
        "72aa611f-f876-4448-9f25-147ccdd2b17e"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://tipper.bandcamp.com/album/relish-the-trough",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}