Information about plays

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

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

{
    "id": 3586401,
    "uri": "https://api.kexp.org/v2/plays/3586401/?format=api",
    "airdate": "2025-12-03T18:48:28-08:00",
    "show": 65280,
    "show_uri": "https://api.kexp.org/v2/shows/65280/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jara",
    "track_id": "745366af-0e7b-420c-b418-76926a39eb31",
    "recording_id": "753580c5-3a4f-42e1-a991-dc0ffabd6360",
    "artist": "Fleet Foxes",
    "artist_ids": [
        "fa97dd36-1b82-43d7-a6e4-2adeafd59cef"
    ],
    "album": "Shore",
    "release_id": "8bd0261d-cfe3-4810-bd8d-a9184fd8642f",
    "release_group_id": "46de46b0-ecad-4b12-b26e-2b453b4c001f",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2020-09-22",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Robin  Pecknold wanted to use this song to \"venerate some friends of mine who are really active activists and are very politically involved.\"\n\n\"Politics are really important to me and it helps me stay involved when I have friends who are even that much more active,\" he adds. \"That song is equating those friends of mine to Victor Jara — the Chilean folk singer who is a national hero — and thinking about the people in my private life who serve that similar role that Victor Jara does in public. It was super inspiring working on that one.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}