Information about plays

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

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

{
    "id": 1196687,
    "uri": "https://api.kexp.org/v2/plays/1196687/?format=api",
    "airdate": "2007-02-14T05:50:57-08:00",
    "show": 20976,
    "show_uri": "https://api.kexp.org/v2/shows/20976/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JtBtRV-eL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JtBtRV-eL._SL75_.jpg",
    "song": "To Go Home",
    "track_id": null,
    "recording_id": null,
    "artist": "M. Ward",
    "artist_ids": [
        "655b3e5b-09e4-45dd-941c-6fa3fc12521b"
    ],
    "album": "To Go Home",
    "release_id": "521a8e51-8d8b-477c-bb36-de6aeb7699c1",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2009-01-01",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}