Information about plays

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

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

{
    "id": 500402,
    "uri": "https://api.kexp.org/v2/plays/500402/?format=api",
    "airdate": "2001-12-25T22:57:00-08:00",
    "show": 8593,
    "show_uri": "https://api.kexp.org/v2/shows/8593/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41G2A11NM5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41G2A11NM5L._SL75_.jpg",
    "song": "Witches",
    "track_id": "e9d17723-2404-45d1-9f42-0532e8913d00",
    "recording_id": null,
    "artist": "Faith & Disease",
    "artist_ids": [
        "2a95ed6b-ebcf-4908-b642-7bbadd0eb2ea"
    ],
    "album": "Insularia",
    "release_id": "6877d472-4cd1-4a2d-affe-981b24629a53",
    "release_group_id": null,
    "labels": [
        "Ivy Records"
    ],
    "label_ids": [
        "532f7044-0575-4611-aa2b-7c40c5272d7c"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}