Information about plays

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

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

{
    "id": 456740,
    "uri": "https://api.kexp.org/v2/plays/456740/?format=api",
    "airdate": "2001-08-17T17:46:40-07:00",
    "show": 7732,
    "show_uri": "https://api.kexp.org/v2/shows/7732/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510HEPWl-tL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510HEPWl-tL._SL75_.jpg",
    "song": "More Of Your Love",
    "track_id": "8405979e-481b-4635-a294-a84aa9c8e1ec",
    "recording_id": null,
    "artist": "The Derailers",
    "artist_ids": [
        "9c1ce108-f09d-40cf-831f-3214345a5966"
    ],
    "album": "Here Come The Derailers",
    "release_id": "8ca0ee3f-1bcd-44dc-850b-0a1d46925b11",
    "release_group_id": null,
    "labels": [
        "Lucky Dog"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}