Information about plays

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

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

{
    "id": 419368,
    "uri": "https://api.kexp.org/v2/plays/419368/?format=api",
    "airdate": "2001-04-29T10:21:25-07:00",
    "show": 7011,
    "show_uri": "https://api.kexp.org/v2/shows/7011/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21NDT80576L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21NDT80576L._SL75_.jpg",
    "song": "The Blues Is Alright",
    "track_id": null,
    "recording_id": null,
    "artist": "Little Milton",
    "artist_ids": [
        "37846227-55fb-444b-9cd7-dc06d5d20714"
    ],
    "album": "Greatest Hits: The Chess 50th Anniversary Collection",
    "release_id": "56884c5d-380d-401c-b67b-9ce415766207",
    "release_group_id": null,
    "labels": [
        "Malaco"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}