Information about plays

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

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

{
    "id": 347213,
    "uri": "https://api.kexp.org/v2/plays/347213/?format=api",
    "airdate": "2019-06-28T00:08:19-07:00",
    "show": 5782,
    "show_uri": "https://api.kexp.org/v2/shows/5782/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lost Without",
    "track_id": "99ab94cb-f952-4763-8336-6ea33168889b",
    "recording_id": null,
    "artist": "Kindness featuring Seinabo Sey",
    "artist_ids": [
        "61946666-398b-4ba2-9a3d-e9a6b4d3077f"
    ],
    "album": "Lost Without",
    "release_id": "f4dad49e-187b-45e1-9b7f-23782d56168e",
    "release_group_id": null,
    "labels": [
        "Female Energy"
    ],
    "label_ids": [
        "9810552b-536f-489c-a830-e82d3369a94c"
    ],
    "release_date": "2019-04-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kindness and Sey got together with R&B futurist Kelela, and the three of them wrote the song together in Stockholm. According to a press release, it was recorded on three different continents. And yet it sounds breezy and effortless, almost like the musicians were in the room together.\n\nPerforming LIVE at Barboza, Tuesday, November 12!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}