Information about plays

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

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

{
    "id": 518496,
    "uri": "https://api.kexp.org/v2/plays/518496/?format=api",
    "airdate": "2002-02-16T13:05: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/518JT2GNNFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/518JT2GNNFL._SL75_.jpg",
    "song": "Latin Strut",
    "track_id": "93b7417c-3827-4843-91c1-56e4b3232c38",
    "recording_id": null,
    "artist": "Joe Bataan",
    "artist_ids": [
        "de7d54d7-0fce-4fb9-84f0-6fee794335d2"
    ],
    "album": "Nu Yorica! (disc 1)",
    "release_id": "be8ed1d9-a7e4-4ca7-aa6a-c001f3ff2467",
    "release_group_id": null,
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "1996-02-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}