Information about plays

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

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

{
    "id": 3560726,
    "uri": "https://api.kexp.org/v2/plays/3560726/?format=api",
    "airdate": "2025-10-03T05:06:54-07:00",
    "show": 64731,
    "show_uri": "https://api.kexp.org/v2/shows/64731/?format=api",
    "image_uri": "https://ia801602.us.archive.org/35/items/mbid-9aba90c2-10e3-3f3c-8a47-6ad6a03ff14b/mbid-9aba90c2-10e3-3f3c-8a47-6ad6a03ff14b-41171879718_thumb500.jpg",
    "thumbnail_uri": "https://ia801602.us.archive.org/35/items/mbid-9aba90c2-10e3-3f3c-8a47-6ad6a03ff14b/mbid-9aba90c2-10e3-3f3c-8a47-6ad6a03ff14b-41171879718_thumb250.jpg",
    "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": "Songwriter 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"
}