Information about plays

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

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

{
    "id": 511303,
    "uri": "https://api.kexp.org/v2/plays/511303/?format=api",
    "airdate": "2002-01-27T04:00:00-08:00",
    "show": 8810,
    "show_uri": "https://api.kexp.org/v2/shows/8810/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/311AEWZ4AAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/311AEWZ4AAL._SL75_.jpg",
    "song": "Mine Are the Eyes of God",
    "track_id": "61e1c75e-6084-4e0b-80db-3b0cf2a86480",
    "recording_id": null,
    "artist": "Corrosion of Conformity",
    "artist_ids": [
        "0f6e80ef-1972-4dee-8896-dc9955f1beeb"
    ],
    "album": "Blind",
    "release_id": "8b00c49b-ee04-4d4d-8d4d-1c7a7b4b4266",
    "release_group_id": null,
    "labels": [
        "relativity"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}