Information about plays

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

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

{
    "id": 1388587,
    "uri": "https://api.kexp.org/v2/plays/1388587/?format=api",
    "airdate": "2008-06-22T04:03:55-07:00",
    "show": 24238,
    "show_uri": "https://api.kexp.org/v2/shows/24238/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51DjobZ7iNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51DjobZ7iNL._SL75_.jpg",
    "song": "Closure",
    "track_id": "a0788b7f-6532-47fd-aca9-2033925a5af5",
    "recording_id": null,
    "artist": "Botch",
    "artist_ids": [
        "72448406-ba82-43a7-9e13-d9a47ff333f4"
    ],
    "album": "Unifying Themes Redux",
    "release_id": "4d71b267-8334-47cb-85ff-e6bd2ff62e18",
    "release_group_id": null,
    "labels": [
        "Excursion Records"
    ],
    "label_ids": [
        "63b7a28a-4668-4795-8446-44e95d087164"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}