Information about plays

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

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

{
    "id": 515004,
    "uri": "https://api.kexp.org/v2/plays/515004/?format=api",
    "airdate": "2002-02-06T18:47:00-08:00",
    "show": 8880,
    "show_uri": "https://api.kexp.org/v2/shows/8880/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2BzHqs04hL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2BzHqs04hL._SL75_.jpg",
    "song": "Iko, Iko",
    "track_id": "3ab8633f-f30c-4e8a-b9b1-c34a60f29bcb",
    "recording_id": null,
    "artist": "Bo Dollis and the Wild Magnolias",
    "artist_ids": [
        "46157c88-0359-4242-b782-cb0cf7395caa"
    ],
    "album": "I'm Back ... At Carnival Time!",
    "release_id": "513a461f-ddcb-4178-ad14-dafa9462f5c6",
    "release_group_id": null,
    "labels": [],
    "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"
}