Information about plays

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

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

{
    "id": 513817,
    "uri": "https://api.kexp.org/v2/plays/513817/?format=api",
    "airdate": "2002-02-03T12:55:00-08:00",
    "show": 8859,
    "show_uri": "https://api.kexp.org/v2/shows/8859/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/419AEGHHHXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/419AEGHHHXL._SL75_.jpg",
    "song": "Second Story",
    "track_id": "ad98b5bb-0b31-487d-a968-d040f808c755",
    "recording_id": null,
    "artist": "The Hang Ups",
    "artist_ids": [
        "6dd364a8-222f-4d2c-b06a-74b7cdd95f81"
    ],
    "album": "Second Story",
    "release_id": "853a06fb-ce3a-4183-87b4-4e68fb9592d4",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1999-10-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}