Information about plays

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

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

{
    "id": 415980,
    "uri": "https://api.kexp.org/v2/plays/415980/?format=api",
    "airdate": "2001-04-18T09:30:00-07:00",
    "show": 6941,
    "show_uri": "https://api.kexp.org/v2/shows/6941/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-u2vzl1FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-u2vzl1FL._SL75_.jpg",
    "song": "Love My Way",
    "track_id": "d12aff70-e79f-4586-988f-98ea718e9bc0",
    "recording_id": null,
    "artist": "The Psychedelic Furs",
    "artist_ids": [
        "9f930ddf-be2f-4de5-a39f-7ae47305752e"
    ],
    "album": "All of This and Nothing",
    "release_id": "c6705acf-1980-4819-84fc-71cd377cf07a",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}