Information about plays

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

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

{
    "id": 520910,
    "uri": "https://api.kexp.org/v2/plays/520910/?format=api",
    "airdate": "2002-02-23T16:50:00-08:00",
    "show": 8990,
    "show_uri": "https://api.kexp.org/v2/shows/8990/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VR2KZsMNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VR2KZsMNL._SL75_.jpg",
    "song": "Chicken Pox",
    "track_id": "0eae937f-e9bd-453d-9882-6dec13537a11",
    "recording_id": null,
    "artist": "Booker T. & The MG’s",
    "artist_ids": [
        "377015fb-c02f-4b05-960b-e0df6a7ea99e"
    ],
    "album": "Melting Pot",
    "release_id": "1ec1c628-e13a-4487-ab96-20357393b023",
    "release_group_id": null,
    "labels": [
        "Stax"
    ],
    "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"
}