Information about plays

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

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

{
    "id": 372871,
    "uri": "https://api.kexp.org/v2/plays/372871/?format=api",
    "airdate": "2019-08-27T06:58:00-07:00",
    "show": 6213,
    "show_uri": "https://api.kexp.org/v2/shows/6213/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Need You Tonight / Meditate",
    "track_id": "57ac3206-8f7f-4cd2-9809-e441b4f2315b",
    "recording_id": null,
    "artist": "INXS",
    "artist_ids": [
        "481bf5f9-2e7c-4c44-b08a-05b32bc7c00d"
    ],
    "album": "Need You Tonight / Mediate",
    "release_id": "e50e864e-d685-45b1-891d-e97d914cd2a3",
    "release_group_id": null,
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Andrew Farriss had the idea for the riff for \"Need You Tonight\" while waiting for a taxi to take him to the airport. He asked the taxi driver to wait for a couple of minutes as he'd left something behind in the motel. He kept the driver waiting for an hour while he recorded the riff and eventually returned to a very frustrated driver with a tape.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}