Information about plays

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

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

{
    "id": 1381095,
    "uri": "https://api.kexp.org/v2/plays/1381095/?format=api",
    "airdate": "2008-06-02T02:00:11-07:00",
    "show": 24108,
    "show_uri": "https://api.kexp.org/v2/shows/24108/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61BhL0G2OtL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61BhL0G2OtL._SL75_.jpg",
    "song": "Marhaba",
    "track_id": null,
    "recording_id": null,
    "artist": "Hassan Hakmoun & Adam Rudolph",
    "artist_ids": [
        "d3846207-ae6d-4710-bf03-6813306c7671"
    ],
    "album": "Gift of the Gnawa",
    "release_id": "9ef81320-444b-4521-add5-05ae278cee80",
    "release_group_id": null,
    "labels": [
        "Flying Fish Records"
    ],
    "label_ids": [
        "ce559fbe-9868-4165-b6da-66a2080d7c8d"
    ],
    "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"
}