Information about plays

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

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

{
    "id": 1355309,
    "uri": "https://api.kexp.org/v2/plays/1355309/?format=api",
    "airdate": "2008-03-28T10:03:25-07:00",
    "show": 23670,
    "show_uri": "https://api.kexp.org/v2/shows/23670/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51F5OGT%2B8YL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51F5OGT%2B8YL._SL75_.jpg",
    "song": "Scissoring",
    "track_id": null,
    "recording_id": null,
    "artist": "Burning Airlines",
    "artist_ids": [
        "5ea472eb-5040-410c-b021-1e678276aed9"
    ],
    "album": "Mission: Control!",
    "release_id": "044b9b41-97c2-4c11-8655-731e8a2ac437",
    "release_group_id": null,
    "labels": [
        "DeSoto Records"
    ],
    "label_ids": [
        "c8e08325-47ac-4841-997c-4fced14ed8c2"
    ],
    "release_date": "1999-02-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}