Information about plays

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

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

{
    "id": 1363130,
    "uri": "https://api.kexp.org/v2/plays/1363130/?format=api",
    "airdate": "2008-04-17T04:04:03-07:00",
    "show": 23801,
    "show_uri": "https://api.kexp.org/v2/shows/23801/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31XCC7QAXSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31XCC7QAXSL._SL75_.jpg",
    "song": "Here Comes Sickness",
    "track_id": "a75e1ac8-7a01-4066-96bb-8343871a7aa4",
    "recording_id": null,
    "artist": "Mudhoney",
    "artist_ids": [
        "e675295a-1efe-4247-aa3b-53b78d0cdffc"
    ],
    "album": "Here Comes Sickness: The Best of BBC Recordings",
    "release_id": "830f3c74-d695-490e-83f3-56c8abd24a20",
    "release_group_id": null,
    "labels": [
        "Fuel 200"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}