Information about plays

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

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

{
    "id": 3579299,
    "uri": "https://api.kexp.org/v2/plays/3579299/?format=api",
    "airdate": "2025-11-17T07:07:17-08:00",
    "show": 65135,
    "show_uri": "https://api.kexp.org/v2/shows/65135/?format=api",
    "image_uri": "https://dn710009.ca.archive.org/0/items/mbid-edf3f4a8-b8dd-4c28-a22e-718a4d8e1efc/mbid-edf3f4a8-b8dd-4c28-a22e-718a4d8e1efc-15567227341_thumb500.jpg",
    "thumbnail_uri": "https://ia902908.us.archive.org/13/items/mbid-edf3f4a8-b8dd-4c28-a22e-718a4d8e1efc/mbid-edf3f4a8-b8dd-4c28-a22e-718a4d8e1efc-15567227341_thumb250.jpg",
    "song": "Eyes Closed and Travelling",
    "track_id": "9e70f532-9e08-4f8b-bf05-6428f607d828",
    "recording_id": "3343007c-fd03-4f56-8b8a-db308c086321",
    "artist": "Peter Broderick",
    "artist_ids": [
        "e60a4481-472a-42cf-a84d-6a9419e4e5e3"
    ],
    "album": "Grunewald",
    "release_id": "edf3f4a8-b8dd-4c28-a22e-718a4d8e1efc",
    "release_group_id": "b762d9d3-8895-431c-a186-b16bde357d18",
    "labels": [
        "Erased Tapes Records"
    ],
    "label_ids": [
        "0cd6e3cb-aea6-4060-9ebd-21b534a864a6"
    ],
    "release_date": "2016-12-09",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Peter Broderick (1987) is an American born multi-instrumentalist and singer. In his later teenage years he became entwined in the Portland (Oregon) indie folk scene, recording for the likes of M. Ward, Laura Gibson and Dolorean.\nhttps://peterbroderick1.bandcamp.com/track/eyes-closed-and-traveling",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}