Information about plays

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

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

{
    "id": 1371645,
    "uri": "https://api.kexp.org/v2/plays/1371645/?format=api",
    "airdate": "2008-05-08T16:23:03-07:00",
    "show": 23944,
    "show_uri": "https://api.kexp.org/v2/shows/23944/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41oMj0KAjsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41oMj0KAjsL._SL75_.jpg",
    "song": "To Be Loved",
    "track_id": "96a5b67c-fbc6-45b3-bcc8-4986c45b7c92",
    "recording_id": null,
    "artist": "Joan as Police Woman",
    "artist_ids": [
        "62773859-b9b9-4108-b814-cfd91459d716"
    ],
    "album": "To Survive",
    "release_id": "11c0232a-a11e-423e-aef8-b1c9b9df44dd",
    "release_group_id": null,
    "labels": [
        "Reveal Records"
    ],
    "label_ids": [
        "76e5989d-526a-4050-8fc7-60aa8d2e1cb8"
    ],
    "release_date": "2008-06-09",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}