Information about plays

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

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

{
    "id": 1375966,
    "uri": "https://api.kexp.org/v2/plays/1375966/?format=api",
    "airdate": "2008-05-19T09:40:15-07:00",
    "show": 24017,
    "show_uri": "https://api.kexp.org/v2/shows/24017/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411BbK6HyGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411BbK6HyGL._SL75_.jpg",
    "song": "Night",
    "track_id": "7997b521-d094-4ecc-8cac-fa40341b1753",
    "recording_id": null,
    "artist": "Benga & Coki",
    "artist_ids": [
        "b7bd33ff-13ca-4ea4-a33b-560ccfcef8bd"
    ],
    "album": "Diary of an Afro Warrior",
    "release_id": "828b21eb-481c-4130-8711-f887eed5f798",
    "release_group_id": null,
    "labels": [
        "Tempa"
    ],
    "label_ids": [
        "afb77626-2867-4bad-aae9-f390969eb6b1"
    ],
    "release_date": "2008-03-10",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}