Information about plays

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

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

{
    "id": 1375713,
    "uri": "https://api.kexp.org/v2/plays/1375713/?format=api",
    "airdate": "2008-05-18T20:07:00-07:00",
    "show": 24013,
    "show_uri": "https://api.kexp.org/v2/shows/24013/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BZ4VD5X6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BZ4VD5X6L._SL75_.jpg",
    "song": "Yay Area",
    "track_id": "d826619a-e23b-4aa5-929a-6257c77bb002",
    "recording_id": null,
    "artist": "E-40",
    "artist_ids": [
        "a8adc7f3-f75a-4d3d-8caa-dc3ee8511b7d"
    ],
    "album": "My Ghetto Report Card",
    "release_id": "b2d5ecfb-8a23-4b92-9300-8a46eded458a",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2006-03-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}