Information about plays

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

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

{
    "id": 1394107,
    "uri": "https://api.kexp.org/v2/plays/1394107/?format=api",
    "airdate": "2008-07-05T22:45:00-07:00",
    "show": 24328,
    "show_uri": "https://api.kexp.org/v2/shows/24328/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61e8Rx5ck%2BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61e8Rx5ck%2BL._SL75_.jpg",
    "song": "Oven",
    "track_id": "84623b1b-b280-484c-9685-363d32159b6a",
    "recording_id": null,
    "artist": "Melvins",
    "artist_ids": [
        "9ccfbc94-a4f4-42f7-b6f5-d903ab77cccb"
    ],
    "album": "Ozma",
    "release_id": "2d187c12-c53d-4d66-a40b-8e73df68c12b",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}