Information about plays

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

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

{
    "id": 470904,
    "uri": "https://api.kexp.org/v2/plays/470904/?format=api",
    "airdate": "2001-09-28T14:36:00-07:00",
    "show": 8016,
    "show_uri": "https://api.kexp.org/v2/shows/8016/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514NKyk%2BdSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514NKyk%2BdSL._SL75_.jpg",
    "song": "Nature Boy",
    "track_id": "8eacd9da-1ec1-4473-841c-ef2f2c750132",
    "recording_id": null,
    "artist": "Jackie Mittoo",
    "artist_ids": [
        "a4b3fb24-a04e-4249-9fa5-5a198ca9d73c"
    ],
    "album": "Tribute to Jackie Mittoo",
    "release_id": "77a05d9c-878b-4bac-8971-cb66f33af9bb",
    "release_group_id": null,
    "labels": [
        "Heartbeat Records"
    ],
    "label_ids": [
        "6366a9e7-e7ae-485e-8f86-0df4d6fd8be2"
    ],
    "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"
}