Information about plays

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

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

{
    "id": 1391470,
    "uri": "https://api.kexp.org/v2/plays/1391470/?format=api",
    "airdate": "2008-06-29T10:48:00-07:00",
    "show": 24286,
    "show_uri": "https://api.kexp.org/v2/shows/24286/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/212ECGWRD0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/212ECGWRD0L._SL75_.jpg",
    "song": "Am I the Same Girl",
    "track_id": "d9fc45d4-e33e-422d-9781-9e168d6bc040",
    "recording_id": null,
    "artist": "Barbara Acklin",
    "artist_ids": [
        "84e7608b-c16d-4395-9cc2-89f41854f5f9"
    ],
    "album": "Greatest Hits",
    "release_id": "764f080a-d133-42bb-9b9b-805e1320dda4",
    "release_group_id": null,
    "labels": [
        "Brunswick Records"
    ],
    "label_ids": [
        "d532d4dd-c853-4f44-a550-f050e25095de"
    ],
    "release_date": "1995-04-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}