Information about plays

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

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

{
    "id": 3548870,
    "uri": "https://api.kexp.org/v2/plays/3548870/?format=api",
    "airdate": "2025-09-04T14:54:33-07:00",
    "show": 64473,
    "show_uri": "https://api.kexp.org/v2/shows/64473/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All the Way",
    "track_id": null,
    "recording_id": null,
    "artist": "The Banks Brothers",
    "artist_ids": [
        "7683e7c1-7235-418d-badb-c5f8fe3bb235"
    ],
    "album": "The Banks Brothers With the Greater Harvest Baptist Church Back Home Choir",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Savoy"
    ],
    "label_ids": [],
    "release_date": "1966-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Isn't this gorgeous? Moby sampled thse vocals for his song \"Natural Blues.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}