Information about plays

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

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

{
    "id": 453468,
    "uri": "https://api.kexp.org/v2/plays/453468/?format=api",
    "airdate": "2001-08-08T11:40:00-07:00",
    "show": 7673,
    "show_uri": "https://api.kexp.org/v2/shows/7673/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41N6P075VWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41N6P075VWL._SL75_.jpg",
    "song": "My Number One",
    "track_id": "8b7c07a2-4e80-4692-9fc5-426d1c9fbd94",
    "recording_id": null,
    "artist": "Gregory Isaacs",
    "artist_ids": [
        "9abff216-e204-4dbc-9849-d1dbe1fbbda8"
    ],
    "album": "Ultimate Collection",
    "release_id": "cb1522b9-a961-4b7e-acdc-2bc1155dda97",
    "release_group_id": null,
    "labels": [
        "Hip-O Records"
    ],
    "label_ids": [
        "71f53f0e-6286-4684-8bb8-33c027397852"
    ],
    "release_date": "2001-06-26",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}