Information about plays

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

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

{
    "id": 1281450,
    "uri": "https://api.kexp.org/v2/plays/1281450/?format=api",
    "airdate": "2007-09-20T13:12:54-07:00",
    "show": 22424,
    "show_uri": "https://api.kexp.org/v2/shows/22424/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510Ri7EUV2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510Ri7EUV2L._SL75_.jpg",
    "song": "Vision Bell",
    "track_id": "e22ee410-49b5-4430-bd67-c26763b2967b",
    "recording_id": null,
    "artist": "Dappled Cities Fly",
    "artist_ids": [
        "e98e4a99-4cd9-48db-8fd7-da502c24a339"
    ],
    "album": "Granddance",
    "release_id": "6cccd40c-2c40-4100-bb8b-0ff9af87cdac",
    "release_group_id": null,
    "labels": [
        "Dangerbird Records"
    ],
    "label_ids": [
        "af89464c-9366-4ba4-a549-84e482bbbe02"
    ],
    "release_date": "2007-06-05",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}