Information about plays

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

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

{
    "id": 518498,
    "uri": "https://api.kexp.org/v2/plays/518498/?format=api",
    "airdate": "2002-02-16T13:15:00-08:00",
    "show": 8944,
    "show_uri": "https://api.kexp.org/v2/shows/8944/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HmkSxx7jL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HmkSxx7jL._SL75_.jpg",
    "song": "Mary Jane",
    "track_id": "7049c4e0-d20c-4d48-9251-63d4d55d9626",
    "recording_id": null,
    "artist": "The Vulgar Boatmen",
    "artist_ids": [
        "21fbea56-b304-4650-8653-92a91e3f83c3"
    ],
    "album": "You and Your Sister",
    "release_id": "1c38808f-0e50-4c9d-b0c2-937caced5e0e",
    "release_group_id": null,
    "labels": [
        "record collect"
    ],
    "label_ids": [],
    "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"
}