Information about plays

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

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

{
    "id": 1416704,
    "uri": "https://api.kexp.org/v2/plays/1416704/?format=api",
    "airdate": "2008-08-31T22:51:00-07:00",
    "show": 24710,
    "show_uri": "https://api.kexp.org/v2/shows/24710/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41X5Q-hcVdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41X5Q-hcVdL._SL75_.jpg",
    "song": "Astro Dance",
    "track_id": "4bf6332f-8105-4739-949b-df6fd2522a63",
    "recording_id": null,
    "artist": "Marcus Intalex",
    "artist_ids": [
        "2dfab9de-02f2-4aaf-b339-065fddcc9208"
    ],
    "album": "DAT:MUSIC II (disc 2)",
    "release_id": "13654bde-d3d2-4618-ab09-31289419e4f4",
    "release_group_id": null,
    "labels": [
        "Soul:R"
    ],
    "label_ids": [
        "a57043cc-2101-4e43-9995-1db3dcf67852"
    ],
    "release_date": "2008-12-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}