Information about plays

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

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

{
    "id": 1393320,
    "uri": "https://api.kexp.org/v2/plays/1393320/?format=api",
    "airdate": "2008-07-04T00:28:47-07:00",
    "show": 24315,
    "show_uri": "https://api.kexp.org/v2/shows/24315/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61iVSQN%2BefL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61iVSQN%2BefL._SL75_.jpg",
    "song": "My Isle of Golden Dreams",
    "track_id": "5f57f7be-1e37-42a3-a287-87de7f0caffd",
    "recording_id": null,
    "artist": "Martin Denny",
    "artist_ids": [
        "186edc09-db32-4d4f-ba71-eed418630c83"
    ],
    "album": "Quiet Village / The Enchanted Sea",
    "release_id": "fb73832e-db78-45b6-8bae-8e214e23ac8d",
    "release_group_id": null,
    "labels": [
        "~scape"
    ],
    "label_ids": [
        "1cf954a8-b0d0-4c7e-8833-8e0e1f5c9a5b"
    ],
    "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"
}