Information about plays

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

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

{
    "id": 416648,
    "uri": "https://api.kexp.org/v2/plays/416648/?format=api",
    "airdate": "2001-04-20T07:52:30-07:00",
    "show": 6953,
    "show_uri": "https://api.kexp.org/v2/shows/6953/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41pkSEn%2BZQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41pkSEn%2BZQL._SL75_.jpg",
    "song": "The Number Song",
    "track_id": null,
    "recording_id": null,
    "artist": "DJ Shadow",
    "artist_ids": [
        "efa2c11a-1a35-4b60-bc1b-66d37de88511"
    ],
    "album": "Endtroducing.....",
    "release_id": "35aec650-d7ac-4043-abb3-50a014ab48b3",
    "release_group_id": null,
    "labels": [
        "Mo Wax"
    ],
    "label_ids": [
        "a9060093-ba38-4894-994d-efb808d2d586"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}