Information about plays

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

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

{
    "id": 1356369,
    "uri": "https://api.kexp.org/v2/plays/1356369/?format=api",
    "airdate": "2008-03-31T03:00:12-07:00",
    "show": 23690,
    "show_uri": "https://api.kexp.org/v2/shows/23690/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51uKe%2BVeqCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51uKe%2BVeqCL._SL75_.jpg",
    "song": "You're the One",
    "track_id": "f6f19f87-665d-41a8-878a-e13f0466907f",
    "recording_id": null,
    "artist": "David \"Honeyboy\" Edwards",
    "artist_ids": [
        "940464ba-f8ac-482a-9cc1-0723e8b9707b"
    ],
    "album": "The World Don't Owe Me Nothing",
    "release_id": "2d8ffad4-f4e8-4066-9780-e3c4ab47b4e0",
    "release_group_id": null,
    "labels": [
        "Earwig Music Company, Inc."
    ],
    "label_ids": [
        "3d8c4b74-83ea-4655-a449-d219dfc6b768"
    ],
    "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"
}