Information about plays

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

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

{
    "id": 353814,
    "uri": "https://api.kexp.org/v2/plays/353814/?format=api",
    "airdate": "2019-07-13T09:38:28-07:00",
    "show": 5896,
    "show_uri": "https://api.kexp.org/v2/shows/5896/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Material Man",
    "track_id": "99d323d6-8ad6-35a2-aa08-b6a275e9252e",
    "recording_id": null,
    "artist": "Gregory Isaacs",
    "artist_ids": [
        "9abff216-e204-4dbc-9849-d1dbe1fbbda8"
    ],
    "album": "Night Nurse",
    "release_id": "b6e840bd-8de5-45bd-8950-44fed1b3e4a1",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Night Nurse is reggae artist Gregory Isaacs' most well known album. It contains his biggest hit, \"Night Nurse\" as well as several other notable tracks. Backing came from the Roots Radics, with additional synthesizer added by Wally Badarou.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}