Information about plays

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

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

{
    "id": 1355808,
    "uri": "https://api.kexp.org/v2/plays/1355808/?format=api",
    "airdate": "2008-03-29T16:54:00-07:00",
    "show": 23678,
    "show_uri": "https://api.kexp.org/v2/shows/23678/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41FFH4WP4KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41FFH4WP4KL._SL75_.jpg",
    "song": "Restless Day",
    "track_id": "13912b72-8560-43bc-87cc-3bf485b01af1",
    "recording_id": null,
    "artist": "Coil",
    "artist_ids": [
        "c16fbb7e-57b1-462c-97c5-bd0e11248765"
    ],
    "album": "Scatology",
    "release_id": "5fb5d2ec-3e87-43f1-873c-1aab62b5686a",
    "release_group_id": null,
    "labels": [
        "Threshold House"
    ],
    "label_ids": [
        "b27c589e-c740-422a-ad60-328fbe10a21a"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}