Information about plays

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

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

{
    "id": 1308686,
    "uri": "https://api.kexp.org/v2/plays/1308686/?format=api",
    "airdate": "2007-11-30T17:38:49-08:00",
    "show": 22889,
    "show_uri": "https://api.kexp.org/v2/shows/22889/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61QDGMH5VZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61QDGMH5VZL._SL75_.jpg",
    "song": "Ageless Beauty",
    "track_id": null,
    "recording_id": null,
    "artist": "Stars",
    "artist_ids": [
        "5aeb21a3-4606-4a0d-8369-50c768d1e99a"
    ],
    "album": "Set Yourself on Fire",
    "release_id": "02b4956c-2013-4ceb-af6d-a0edd87b94b9",
    "release_group_id": null,
    "labels": [
        "Arts & Crafts"
    ],
    "label_ids": [
        "43f1132f-9796-4a96-b898-b71ea7ad9b9b"
    ],
    "release_date": "2004-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}