Information about plays

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

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

{
    "id": 496485,
    "uri": "https://api.kexp.org/v2/plays/496485/?format=api",
    "airdate": "2001-12-13T19:01:00-08:00",
    "show": 8516,
    "show_uri": "https://api.kexp.org/v2/shows/8516/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514i3pJrhtL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514i3pJrhtL._SL75_.jpg",
    "song": "Ida Red",
    "track_id": "2f2dcce8-18bb-4262-9606-1e34130af36f",
    "recording_id": null,
    "artist": "Hot Club of Cowtown",
    "artist_ids": [
        "7e7e9fe3-69d9-407e-b5d3-a4906ca73740"
    ],
    "album": "Swingin' Stampede",
    "release_id": "4cfdfa92-1377-463f-bdc5-cdb96f2d98a8",
    "release_group_id": null,
    "labels": [
        "Hightone"
    ],
    "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"
}