Information about plays

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

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

{
    "id": 3577166,
    "uri": "https://api.kexp.org/v2/plays/3577166/?format=api",
    "airdate": "2025-11-12T09:02:49-08:00",
    "show": 65088,
    "show_uri": "https://api.kexp.org/v2/shows/65088/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Horse With No Name",
    "track_id": "d7166b1d-23d6-3080-8f68-cd28c716d0c3",
    "recording_id": "90141c46-0f99-4435-a90a-af666d6599b7",
    "artist": "America",
    "artist_ids": [
        "34cf95c7-4be9-4efd-a48a-c2ea4a0bb114"
    ],
    "album": "America",
    "release_id": "9aba90c2-10e3-3f3c-8a47-6ad6a03ff14b",
    "release_group_id": "51e2e0bd-a458-3a6c-8ee1-8a85f62ab7b6",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day 54 years ago (1971), America released the single \"A Horse with No Name\" from the album America.\n\nSongwriter Dewey Bunnell has explained that \"A Horse with No Name\" was \"a metaphor for a vehicle to get away from life's confusion into a quiet, peaceful place\" while growing up in New Mexico and Arizona.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}