Information about plays

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

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

{
    "id": 440666,
    "uri": "https://api.kexp.org/v2/plays/440666/?format=api",
    "airdate": "2001-07-02T04:48:45-07:00",
    "show": 7434,
    "show_uri": "https://api.kexp.org/v2/shows/7434/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61QG6PH4zcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61QG6PH4zcL._SL75_.jpg",
    "song": "Anger Seething",
    "track_id": "36478694-80d4-4a08-b939-6d1ed42ca6ea",
    "recording_id": null,
    "artist": "Steel Prophet",
    "artist_ids": [
        "a8ad0893-74cc-4914-a5f6-366901fc641f"
    ],
    "album": "Book of the Dead",
    "release_id": "017ba728-ab32-4111-9436-176bf4437dbb",
    "release_group_id": null,
    "labels": [
        "Nuclear Blast"
    ],
    "label_ids": [
        "3bc70925-d654-4906-b7c0-5135d993495e"
    ],
    "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"
}