Information about plays

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

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

{
    "id": 1275015,
    "uri": "https://api.kexp.org/v2/plays/1275015/?format=api",
    "airdate": "2007-09-04T03:17:38-07:00",
    "show": 22318,
    "show_uri": "https://api.kexp.org/v2/shows/22318/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61%2Bnp%2BcupDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61%2Bnp%2BcupDL._SL75_.jpg",
    "song": "International Bright Young Thing",
    "track_id": "4d9cd09c-9506-49dd-a461-186368226dc8",
    "recording_id": null,
    "artist": "Jesus Jones",
    "artist_ids": [
        "f9776598-2689-41db-98d3-829f5510021c"
    ],
    "album": "Doubt",
    "release_id": "b8121460-6095-4fb2-a029-4da5752f1f17",
    "release_group_id": null,
    "labels": [
        "EMI International"
    ],
    "label_ids": [
        "65603596-aed9-478f-90c5-16c727494206"
    ],
    "release_date": "1991-01-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}