Information about plays

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

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

{
    "id": 518016,
    "uri": "https://api.kexp.org/v2/plays/518016/?format=api",
    "airdate": "2002-02-15T03:50:00-08:00",
    "show": 8935,
    "show_uri": "https://api.kexp.org/v2/shows/8935/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MuGMB5jDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MuGMB5jDL._SL75_.jpg",
    "song": "Mad About You",
    "track_id": "f7667583-329c-4c5b-8a70-7aa5534b3bef",
    "recording_id": null,
    "artist": "Hooverphonic",
    "artist_ids": [
        "62dc94cc-f611-4345-87cb-b914796a4a45"
    ],
    "album": "The Magnificent Tree",
    "release_id": "6d2317a8-c9f5-413e-a154-5690a4a0d4fd",
    "release_group_id": null,
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}