Information about plays

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

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

{
    "id": 3437494,
    "uri": "https://api.kexp.org/v2/plays/3437494/?format=api",
    "airdate": "2024-12-13T07:49:50-08:00",
    "show": 62088,
    "show_uri": "https://api.kexp.org/v2/shows/62088/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Are Not Alone",
    "track_id": null,
    "recording_id": null,
    "artist": "Brandon Summers",
    "artist_ids": [
        "60b04dcf-7434-4212-b774-c3ae4d39ef36"
    ],
    "album": "You Are Not Alone",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2020-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Brandon Summers wrote this during the pandemic: \"When I start a song off of a \"ditty\" I often think “what it this about” and let the question roll around in my mind for a day or two before I find some thread and start writing lyrics. I went to sleep after working on the song arrangement over a long day and in the morning I woke up repeating “you are not alone”, “you are not alone”… and then I realized. This is a song for John! So I penned this ode to cautious optimism in the midst of quarantine in your honor. I hope this tune can bring a little bit of happiness to your days. Thanks for soldiering on through all of this and bringing hope and comfort to so many people.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}