Information about plays

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

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

{
    "id": 1308654,
    "uri": "https://api.kexp.org/v2/plays/1308654/?format=api",
    "airdate": "2007-11-30T15:53:57-08:00",
    "show": 22889,
    "show_uri": "https://api.kexp.org/v2/shows/22889/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31lQUBmCV3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31lQUBmCV3L._SL75_.jpg",
    "song": "There's No Blood in Bone",
    "track_id": "09abd1f7-acac-4797-b41c-4a31ddaae3f7",
    "recording_id": null,
    "artist": "Mono in VCF",
    "artist_ids": [
        "7791495f-61c8-4640-a058-09423f794f51"
    ],
    "album": "Mono in VCF",
    "release_id": "2b417504-8463-4bb2-aedc-00ecc75f1369",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2007-01-01",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}