Information about plays

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

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

{
    "id": 452816,
    "uri": "https://api.kexp.org/v2/plays/452816/?format=api",
    "airdate": "2001-08-06T15:35:17-07:00",
    "show": 7662,
    "show_uri": "https://api.kexp.org/v2/shows/7662/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/415V28PDWNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/415V28PDWNL._SL75_.jpg",
    "song": "Shake",
    "track_id": null,
    "recording_id": null,
    "artist": "Archer Prewitt",
    "artist_ids": [
        "8659a7ea-2885-40bd-a504-7c39502b0ea9"
    ],
    "album": "White Sky",
    "release_id": "98255cdc-20c0-4386-9580-0a2eed2145b4",
    "release_group_id": null,
    "labels": [
        "Carrot Top Records"
    ],
    "label_ids": [
        "7955223d-939e-463b-af59-f6c653ce4787"
    ],
    "release_date": "1999-11-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}