Information about plays

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

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

{
    "id": 416569,
    "uri": "https://api.kexp.org/v2/plays/416569/?format=api",
    "airdate": "2001-04-20T00:50:00-07:00",
    "show": 6951,
    "show_uri": "https://api.kexp.org/v2/shows/6951/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21YGZKEKGVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21YGZKEKGVL._SL75_.jpg",
    "song": "",
    "track_id": null,
    "recording_id": null,
    "artist": "Biosphere",
    "artist_ids": [
        "a5ee1ebe-a645-45d2-8319-d101fe62e581"
    ],
    "album": "Substrata",
    "release_id": "c6f1a30b-82e0-4121-bdd6-3d4233d28c6b",
    "release_group_id": null,
    "labels": [
        "thirsty ear.."
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}