Information about plays

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

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

{
    "id": 1179634,
    "uri": "https://api.kexp.org/v2/plays/1179634/?format=api",
    "airdate": "2007-01-01T23:37:40-08:00",
    "show": 20686,
    "show_uri": "https://api.kexp.org/v2/shows/20686/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31VA2WXNBVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31VA2WXNBVL._SL75_.jpg",
    "song": "Come Out (Come Down, Fade Out, Be Gone)",
    "track_id": null,
    "recording_id": null,
    "artist": "120 Days",
    "artist_ids": [
        "582c15e8-0f6b-4462-9796-85bae34173b8"
    ],
    "album": "120 Days",
    "release_id": "2289d3f8-bf33-4b4f-89fd-dfac6ce46b1f",
    "release_group_id": null,
    "labels": [
        "Vice Music"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}