Information about plays

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

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

{
    "id": 415687,
    "uri": "https://api.kexp.org/v2/plays/415687/?format=api",
    "airdate": "2001-04-17T10:33:45-07:00",
    "show": 6936,
    "show_uri": "https://api.kexp.org/v2/shows/6936/?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": "Christian Sands",
    "track_id": null,
    "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": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}