Information about plays

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

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

{
    "id": 1385971,
    "uri": "https://api.kexp.org/v2/plays/1385971/?format=api",
    "airdate": "2008-06-15T15:53:44-07:00",
    "show": 24196,
    "show_uri": "https://api.kexp.org/v2/shows/24196/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51GGFj1c1vL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51GGFj1c1vL._SL75_.jpg",
    "song": "Bedside Table",
    "track_id": "26e197e1-a783-439b-8f3d-0d8b9209131a",
    "recording_id": null,
    "artist": "Adem",
    "artist_ids": [
        "5a217fef-76cb-43f7-95ba-75d0c495783f"
    ],
    "album": "Takes",
    "release_id": "2b810cfe-169e-4c93-bbec-e7137c3746e2",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2008-05-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}