Information about plays

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

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

{
    "id": 455584,
    "uri": "https://api.kexp.org/v2/plays/455584/?format=api",
    "airdate": "2001-08-14T13:50:31-07:00",
    "show": 7713,
    "show_uri": "https://api.kexp.org/v2/shows/7713/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21A5VDNEZ4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21A5VDNEZ4L._SL75_.jpg",
    "song": "This Is Not My Flag",
    "track_id": "71c65e18-2545-4804-aa63-f6284b967eef",
    "recording_id": null,
    "artist": "The Dentists",
    "artist_ids": [
        "60bf6c12-5c81-42c6-926e-976aa57c91b8"
    ],
    "album": "Behind the Door I Keep the Universe",
    "release_id": "d1809030-43c7-45ad-bc35-7864e254fe70",
    "release_group_id": null,
    "labels": [
        "EastWest"
    ],
    "label_ids": [
        "0b05d7e9-fd0b-4967-92a8-a42f72e12903"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}