Information about plays

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

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

{
    "id": 456204,
    "uri": "https://api.kexp.org/v2/plays/456204/?format=api",
    "airdate": "2001-08-16T06:08:00-07:00",
    "show": 7724,
    "show_uri": "https://api.kexp.org/v2/shows/7724/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WC5CwVIhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WC5CwVIhL._SL75_.jpg",
    "song": "Bad as They Seem",
    "track_id": "8ec0eaee-a87f-48ff-b5a3-11ed85072fa7",
    "recording_id": null,
    "artist": "Hayden",
    "artist_ids": [
        "000b1990-4dd8-4835-abcd-bb6038c13ac7"
    ],
    "album": "Everything I Long For",
    "release_id": "bb862d66-5da5-475c-8442-7b57b0d6c83d",
    "release_group_id": null,
    "labels": [
        "Hardwood"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}