Information about plays

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

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

{
    "id": 1315920,
    "uri": "https://api.kexp.org/v2/plays/1315920/?format=api",
    "airdate": "2007-12-19T03:23:55-08:00",
    "show": 23012,
    "show_uri": "https://api.kexp.org/v2/shows/23012/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51cMGgeg-kL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51cMGgeg-kL._SL75_.jpg",
    "song": "Old Red Eyes Is Back",
    "track_id": "f69bbcfe-7c5a-4da2-82fc-452a0c8ec70b",
    "recording_id": null,
    "artist": "The Beautiful South",
    "artist_ids": [
        "eec43ebc-815a-4105-b1cb-205b8f57b4fa"
    ],
    "album": "0898 Beautiful South",
    "release_id": "9f71898d-a656-4299-b152-4a66a8a8fdef",
    "release_group_id": null,
    "labels": [
        "Go! Discs"
    ],
    "label_ids": [
        "d348ac6f-0fb1-4d28-b95c-814eb9ad17ef"
    ],
    "release_date": "1992-03-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}