Information about plays

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

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

{
    "id": 353580,
    "uri": "https://api.kexp.org/v2/plays/353580/?format=api",
    "airdate": "2019-07-12T19:18:00-07:00",
    "show": 5890,
    "show_uri": "https://api.kexp.org/v2/shows/5890/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dance",
    "track_id": "89e8c517-8413-330c-9c43-cf5459d7b593",
    "recording_id": null,
    "artist": "ESG",
    "artist_ids": [
        "b3465cab-9628-447c-9897-2d18abab89d3"
    ],
    "album": "Dance to the Best of ESG",
    "release_id": "4d1debfc-8faf-497a-82ae-e68ce1f8cdfa",
    "release_group_id": null,
    "labels": [
        "Fire Records"
    ],
    "label_ids": [],
    "release_date": "2010-10-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.kexp.org/read/2014/1/16/review-revue-esg-come-away-with-esg/                                                                       https://www.firerecords.com/product/esg-come-away-with-esg/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}