Information about plays

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

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

{
    "id": 1310646,
    "uri": "https://api.kexp.org/v2/plays/1310646/?format=api",
    "airdate": "2007-12-05T18:43:00-08:00",
    "show": 22925,
    "show_uri": "https://api.kexp.org/v2/shows/22925/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51FamhoV5jL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51FamhoV5jL._SL75_.jpg",
    "song": "Prayer for the Road",
    "track_id": "d1e5bb12-dfa9-4dd0-a1f8-b6494c237c85",
    "recording_id": null,
    "artist": "Or, The Whale",
    "artist_ids": [
        "f24b5f01-0adc-4b34-a56f-e859347b13d2"
    ],
    "album": "Light Poles and Pines",
    "release_id": "939f7456-ab43-456c-bca0-6bf0bcf12073",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2007-10-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}