Information about plays

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

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

{
    "id": 1264288,
    "uri": "https://api.kexp.org/v2/plays/1264288/?format=api",
    "airdate": "2007-08-08T01:24:48-07:00",
    "show": 22139,
    "show_uri": "https://api.kexp.org/v2/shows/22139/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61TSZV1BTNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61TSZV1BTNL._SL75_.jpg",
    "song": "Somewhere Down the Road",
    "track_id": "79ebaa13-f640-4edc-bda9-8e6ffa24997f",
    "recording_id": null,
    "artist": "Feist and Ben Gibbard",
    "artist_ids": [
        "a670e05a-cea8-4b37-bce9-d82daf1a0fa4"
    ],
    "album": "The Hottest State",
    "release_id": "cd1c0eb9-6568-4d58-8dcf-1dd2ce092d61",
    "release_group_id": null,
    "labels": [
        "Hickory Records"
    ],
    "label_ids": [
        "35036a98-ceae-4fc8-84a8-aea6ec4bf55d"
    ],
    "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"
}