Information about plays

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

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

{
    "id": 1286792,
    "uri": "https://api.kexp.org/v2/plays/1286792/?format=api",
    "airdate": "2007-10-04T04:24:56-07:00",
    "show": 22514,
    "show_uri": "https://api.kexp.org/v2/shows/22514/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/612M52SZYKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/612M52SZYKL._SL75_.jpg",
    "song": "Kreative Kontrol",
    "track_id": null,
    "recording_id": null,
    "artist": "Hot Snakes",
    "artist_ids": [
        "dfa0e21c-ee3e-44da-81d5-58e3c1218a9f"
    ],
    "album": "Audit in Progress",
    "release_id": "3586a845-9e5a-43e5-95e7-c03ec23988ef",
    "release_group_id": null,
    "labels": [
        "One Little Indian Records"
    ],
    "label_ids": [
        "0253505b-b0f3-4619-8ce0-6a79fe6fbc32"
    ],
    "release_date": "2005-05-16",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}