Information about plays

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

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

{
    "id": 1196819,
    "uri": "https://api.kexp.org/v2/plays/1196819/?format=api",
    "airdate": "2007-02-14T15:04:53-08:00",
    "show": 20979,
    "show_uri": "https://api.kexp.org/v2/shows/20979/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51yQN4CMDmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51yQN4CMDmL._SL75_.jpg",
    "song": "Fistful of Love",
    "track_id": null,
    "recording_id": null,
    "artist": "Antony and the Johnsons",
    "artist_ids": [
        "90cc2464-234e-4da0-b39b-576f36e633bc"
    ],
    "album": "I Am a Bird Now",
    "release_id": "27877053-2d88-48a1-8f3f-cab6e8c35cbd",
    "release_group_id": null,
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2005-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}