Information about plays

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

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

{
    "id": 435531,
    "uri": "https://api.kexp.org/v2/plays/435531/?format=api",
    "airdate": "2001-06-17T05:20:00-07:00",
    "show": 7331,
    "show_uri": "https://api.kexp.org/v2/shows/7331/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Q59x1O8TL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Q59x1O8TL._SL75_.jpg",
    "song": "Eicha",
    "track_id": "45582bfb-0c4a-4e6e-abf9-f80553041196",
    "recording_id": null,
    "artist": "Pharaoh's Daughter",
    "artist_ids": [
        "431a0ee0-ce6e-4127-b922-22128eb63520"
    ],
    "album": "Out of the Reeds",
    "release_id": "ced4feee-b27b-49bb-8b58-a6263897e31c",
    "release_group_id": null,
    "labels": [
        "Knitting Factory Records"
    ],
    "label_ids": [
        "93c300d9-12f9-4e3a-9809-ef1549896cce"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}