Information about plays

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

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

{
    "id": 1375831,
    "uri": "https://api.kexp.org/v2/plays/1375831/?format=api",
    "airdate": "2008-05-19T01:59:39-07:00",
    "show": 24015,
    "show_uri": "https://api.kexp.org/v2/shows/24015/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61iteYXdRoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61iteYXdRoL._SL75_.jpg",
    "song": "Skin of the Night",
    "track_id": null,
    "recording_id": null,
    "artist": "M83",
    "artist_ids": [
        "6d7b7cd4-254b-4c25-83f6-dd20f98ceacd"
    ],
    "album": "Saturdays = Youth",
    "release_id": "4491675f-2e47-489d-8c72-9d71ab7f747e",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2008-04-14",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}