Information about plays

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

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

{
    "id": 1353937,
    "uri": "https://api.kexp.org/v2/plays/1353937/?format=api",
    "airdate": "2008-03-25T02:16:56-07:00",
    "show": 23650,
    "show_uri": "https://api.kexp.org/v2/shows/23650/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51FYQRRl-ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51FYQRRl-ZL._SL75_.jpg",
    "song": "The Great Escape",
    "track_id": "1c6410c1-00ee-41f5-b6a9-644c7a575d8e",
    "recording_id": null,
    "artist": "We Are Scientists",
    "artist_ids": [
        "9386b36e-87f3-4716-a219-79a07a4e29cc"
    ],
    "album": "With Love and Squalor",
    "release_id": "efec429f-f972-4f32-ad72-fc11e85ee483",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2005-10-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}