Information about plays

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

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

{
    "id": 1190555,
    "uri": "https://api.kexp.org/v2/plays/1190555/?format=api",
    "airdate": "2007-01-29T16:29:56-08:00",
    "show": 20873,
    "show_uri": "https://api.kexp.org/v2/shows/20873/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51M30ztN%2BcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51M30ztN%2BcL._SL75_.jpg",
    "song": "Emily Kane",
    "track_id": null,
    "recording_id": null,
    "artist": "Art Brut",
    "artist_ids": [
        "1c89bbcc-a253-452a-9181-546eb536e06f"
    ],
    "album": "Bang Bang Rock & Roll",
    "release_id": "3134d791-56d9-49c7-9510-2b5427a0e5e4",
    "release_group_id": null,
    "labels": [
        "Fierce Panda Records"
    ],
    "label_ids": [
        "ddc72240-faa5-4e81-a381-6cb4e3335d81"
    ],
    "release_date": "2005-05-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}