Information about plays

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

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

{
    "id": 432902,
    "uri": "https://api.kexp.org/v2/plays/432902/?format=api",
    "airdate": "2001-06-09T09:52:56-07:00",
    "show": 7282,
    "show_uri": "https://api.kexp.org/v2/shows/7282/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51qw8fsgUJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51qw8fsgUJL._SL75_.jpg",
    "song": "Night Nurse",
    "track_id": "36fcc293-e2b5-4956-928b-b5506d368d2d",
    "recording_id": null,
    "artist": "Gregory Isaacs",
    "artist_ids": [
        "9abff216-e204-4dbc-9849-d1dbe1fbbda8"
    ],
    "album": "Greatest And Latest",
    "release_id": "bf408bb2-dd3c-495f-906c-b638cd69716f",
    "release_group_id": null,
    "labels": [
        "Quango"
    ],
    "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"
}