Information about plays

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

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

{
    "id": 1375857,
    "uri": "https://api.kexp.org/v2/plays/1375857/?format=api",
    "airdate": "2008-05-19T03:23:01-07:00",
    "show": 24016,
    "show_uri": "https://api.kexp.org/v2/shows/24016/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51z8UIqfvVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51z8UIqfvVL._SL75_.jpg",
    "song": "Shakespeare",
    "track_id": "eba4fd4e-3649-4011-abf7-8a2a35aa8670",
    "recording_id": null,
    "artist": "DJ Dolores",
    "artist_ids": [
        "45cc86b1-d09f-42ea-aab3-a30cfd0683b3"
    ],
    "album": "1 Real",
    "release_id": "227bb791-3c8e-4eb4-acbd-a155a300d5e4",
    "release_group_id": null,
    "labels": [
        "Go! Discs"
    ],
    "label_ids": [
        "d348ac6f-0fb1-4d28-b95c-814eb9ad17ef"
    ],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}