Information about plays

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

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

{
    "id": 512213,
    "uri": "https://api.kexp.org/v2/plays/512213/?format=api",
    "airdate": "2002-01-29T19:42:00-08:00",
    "show": 8827,
    "show_uri": "https://api.kexp.org/v2/shows/8827/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XG0PRRVPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XG0PRRVPL._SL75_.jpg",
    "song": "Kenya",
    "track_id": "ba2c8e9c-8993-44e4-b583-5b97c57554be",
    "recording_id": null,
    "artist": "Os Ipanemas",
    "artist_ids": [
        "c3f26bd1-29da-4364-aeb7-bef4344e0eb1"
    ],
    "album": "Os Ipanemas",
    "release_id": "e34a66c6-1719-48f5-b367-209a52110d79",
    "release_group_id": null,
    "labels": [
        "Mr Bongo"
    ],
    "label_ids": [
        "0d518d8f-e485-4c2f-825a-ac6642c2f65d"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}