Information about plays

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

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

{
    "id": 1195781,
    "uri": "https://api.kexp.org/v2/plays/1195781/?format=api",
    "airdate": "2007-02-11T22:38:40-08:00",
    "show": 20962,
    "show_uri": "https://api.kexp.org/v2/shows/20962/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MUdkGn-jL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MUdkGn-jL._SL75_.jpg",
    "song": "A Ghost's Business",
    "track_id": "10b679ea-ee75-4c6d-af30-930d337dda5a",
    "recording_id": null,
    "artist": "Dosh",
    "artist_ids": [
        "a6018f35-4de1-4003-8941-6f72012898e7"
    ],
    "album": "The Lost Take",
    "release_id": "09ddd356-a4fe-4db4-a61f-463d442e887d",
    "release_group_id": null,
    "labels": [
        "Anticon"
    ],
    "label_ids": [
        "bf92cf45-cea1-4837-996b-fd9384a5704c"
    ],
    "release_date": "2006-10-17",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}