Information about plays

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

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

{
    "id": 2683175,
    "uri": "https://api.kexp.org/v2/plays/2683175/?format=api",
    "airdate": "2020-01-07T08:16:32-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Undone",
    "track_id": "47fce35a-3abe-49bb-81e7-16d9b84dd6e1",
    "recording_id": null,
    "artist": "Jenn Champion",
    "artist_ids": [
        "47553783-12bd-4f2c-999c-d5743be93668"
    ],
    "album": "The Blue Album",
    "release_id": "ec9e8b2d-74b2-441f-8153-d916eadf4927",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-09-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here’s what Champion had to say about the process of covering  Weezer’s landmark debut album:\n\n\"I knew i wanted to take a synth heavy approach to this album and in my mind the blue album was pretty straight forward indie power pop. But as i was deconstructing all the parts and putting the songs back together i realized how much nuance there is to Cuomo’s songwriting style. It’s a testament to his talent that he can make an entire record of songs we want to sing along to and don’t realize just how weird those songs are.\n\nI will say it was a challenge, a really fun challenge ! to keep true to what makes these songs so great while putting them through an electronic lens.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}