Information about plays

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

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

{
    "id": 1060013,
    "uri": "https://api.kexp.org/v2/plays/1060013/?format=api",
    "airdate": "2006-02-22T01:07:59-08:00",
    "show": 18620,
    "show_uri": "https://api.kexp.org/v2/shows/18620/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51J2XKBVS4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51J2XKBVS4L._SL75_.jpg",
    "song": "Cherry Cola",
    "track_id": "ff537e1a-e2ea-4d85-8761-3faf8a47ae6d",
    "recording_id": null,
    "artist": "Eagles of Death Metal",
    "artist_ids": [
        "de11b037-d880-40e0-8901-0397c768c457"
    ],
    "album": "Death by Sexy...",
    "release_id": "3303f98f-4472-4388-a5c1-60c046fa7c1a",
    "release_group_id": null,
    "labels": [
        "Downtown Records"
    ],
    "label_ids": [
        "5f42fd65-a55b-400c-bf8e-862db80c7bff"
    ],
    "release_date": "2006-04-11",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}