Information about plays

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

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

{
    "id": 1354715,
    "uri": "https://api.kexp.org/v2/plays/1354715/?format=api",
    "airdate": "2008-03-26T23:46:33-07:00",
    "show": 23661,
    "show_uri": "https://api.kexp.org/v2/shows/23661/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51aas5Rtx1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51aas5Rtx1L._SL75_.jpg",
    "song": "Swarming",
    "track_id": "a3df7c10-563f-4b83-aefe-0c8b09cc1252",
    "recording_id": null,
    "artist": "Efterklang",
    "artist_ids": [
        "8a7bed97-f080-4984-8db5-2ea5c82d8b33"
    ],
    "album": "Tripper",
    "release_id": "d36fb957-70d8-4f14-817d-25e40a8111f7",
    "release_group_id": null,
    "labels": [
        "Leaf"
    ],
    "label_ids": [
        "641c4c5c-1abc-4bc2-b285-d64c8fb4e425"
    ],
    "release_date": "2004-10-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}