Information about plays

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

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

{
    "id": 379118,
    "uri": "https://api.kexp.org/v2/plays/379118/?format=api",
    "airdate": "2019-09-10T12:42:00-07:00",
    "show": 6311,
    "show_uri": "https://api.kexp.org/v2/shows/6311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Float On",
    "track_id": "39349d12-fdbd-4be1-a11d-2234f733dba8",
    "recording_id": null,
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "Good News for People Who Love Bad News",
    "release_id": "33f5fdcc-c98e-4736-8dc9-0297e5fbf0a5",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [],
    "release_date": "2007-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kath remembered when her mental health had taken a deep dive and how this song pulled her through very difficult months.  \"Every time it came on the radio, I would blast it and basically scream/cry through the whole song.\"   It was music like this that got her through those dark days.  Float on forever, Kath.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}