Information about plays

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

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

{
    "id": 1354796,
    "uri": "https://api.kexp.org/v2/plays/1354796/?format=api",
    "airdate": "2008-03-27T04:11:40-07:00",
    "show": 23662,
    "show_uri": "https://api.kexp.org/v2/shows/23662/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61LPlgkYkeL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61LPlgkYkeL._SL75_.jpg",
    "song": "Adult Acid",
    "track_id": "c7597a3a-60cb-446e-94d2-e5b2d919a704",
    "recording_id": null,
    "artist": "Thee Oh Sees",
    "artist_ids": [
        "194272cc-dcc8-4640-a4a6-66da7d250d5c"
    ],
    "album": "The Master's Bedroom Is Worth Spending a Night In",
    "release_id": "54145ffc-50d6-4705-8077-33f21a9fbcb0",
    "release_group_id": null,
    "labels": [
        "Tomlab"
    ],
    "label_ids": [
        "5de1b751-1a1f-466c-ba83-73e8a5b7080b"
    ],
    "release_date": "2008-04-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}