Information about plays

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

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

{
    "id": 482091,
    "uri": "https://api.kexp.org/v2/plays/482091/?format=api",
    "airdate": "2001-10-31T09:31:34-08:00",
    "show": 8230,
    "show_uri": "https://api.kexp.org/v2/shows/8230/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411N-KhdxPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411N-KhdxPL._SL75_.jpg",
    "song": "My Evil Is Strong",
    "track_id": "7f746581-e222-4b3f-89c0-38c61d8fe0c5",
    "recording_id": null,
    "artist": "Tricky",
    "artist_ids": [
        "5bf64d94-efd9-4334-96fd-e6197b0b02b8"
    ],
    "album": "Pre-Millennium Tension",
    "release_id": "4b994ee5-38c4-4fab-bc77-83fd172a3807",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1996-11-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}