Information about plays

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

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

{
    "id": 1059693,
    "uri": "https://api.kexp.org/v2/plays/1059693/?format=api",
    "airdate": "2006-02-21T05:36:44-08:00",
    "show": 18614,
    "show_uri": "https://api.kexp.org/v2/shows/18614/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51nDfNJEJcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51nDfNJEJcL._SL75_.jpg",
    "song": "Destroy Everything You Touch",
    "track_id": null,
    "recording_id": null,
    "artist": "Ladytron",
    "artist_ids": [
        "b45335d1-5219-4262-a44d-936aa36eeaed"
    ],
    "album": "Witching Hour",
    "release_id": "3c316071-e161-480e-b3e4-f15eed130a97",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2005-10-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}