Information about plays

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

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

{
    "id": 1393381,
    "uri": "https://api.kexp.org/v2/plays/1393381/?format=api",
    "airdate": "2008-07-04T03:28:46-07:00",
    "show": 24316,
    "show_uri": "https://api.kexp.org/v2/shows/24316/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Z7bnLrgNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Z7bnLrgNL._SL75_.jpg",
    "song": "Red, White, & Blonde",
    "track_id": "73c56210-f188-4b49-87b3-66e667d0db74",
    "recording_id": null,
    "artist": "Subtle",
    "artist_ids": [
        "d42d210e-b903-42c5-bd85-48c91218dd44"
    ],
    "album": "A New White",
    "release_id": "b81c8144-ce62-4f90-8378-0b8a05f468ed",
    "release_group_id": null,
    "labels": [
        "Lex Records"
    ],
    "label_ids": [
        "07c88952-2b68-4610-8736-1ca8f977c204"
    ],
    "release_date": "2004-10-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}