Information about plays

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

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

{
    "id": 1397059,
    "uri": "https://api.kexp.org/v2/plays/1397059/?format=api",
    "airdate": "2008-07-13T09:55:00-07:00",
    "show": 24378,
    "show_uri": "https://api.kexp.org/v2/shows/24378/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51u%2BCfI-oaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51u%2BCfI-oaL._SL75_.jpg",
    "song": "Breakfast Time",
    "track_id": "794a2a61-6887-484f-b627-bfc646791190",
    "recording_id": null,
    "artist": "Lightnin' Hopkins",
    "artist_ids": [
        "d5c55b61-78b8-40c9-be1b-de7517c3aebb"
    ],
    "album": "Jewel Spotlights the Blues, Volume 2",
    "release_id": "6de5021f-819a-4fab-8cb7-8c8e7d1c7fb7",
    "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"
}