Information about plays

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

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

{
    "id": 428170,
    "uri": "https://api.kexp.org/v2/plays/428170/?format=api",
    "airdate": "2001-05-25T23:07:03-07:00",
    "show": 7190,
    "show_uri": "https://api.kexp.org/v2/shows/7190/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41fOt0QlcjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41fOt0QlcjL._SL75_.jpg",
    "song": "Ocean/Eyes/Ever So Lonely",
    "track_id": null,
    "recording_id": null,
    "artist": "Sheila Chandra",
    "artist_ids": [
        "115bdd7a-8a62-4564-9368-251879248e47"
    ],
    "album": "Moonsung: A Real World Retrospective",
    "release_id": "41c2847e-2901-4234-958a-eb98cf7ad3b9",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "1999-04-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}