Information about plays

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

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

{
    "id": 456889,
    "uri": "https://api.kexp.org/v2/plays/456889/?format=api",
    "airdate": "2001-08-18T03:07:03-07:00",
    "show": 7735,
    "show_uri": "https://api.kexp.org/v2/shows/7735/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51CCHJWDY7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51CCHJWDY7L._SL75_.jpg",
    "song": "James Brown Is Dead",
    "track_id": "1f05dc0c-81f4-4ed5-9759-ac79d1b99f1c",
    "recording_id": null,
    "artist": "L.A. Style",
    "artist_ids": [
        "c3f71ed3-3780-4fc3-8d3d-247652cceed1"
    ],
    "album": "James Brown Is Dead",
    "release_id": "285ccbf9-ac8f-452f-a297-7cff7b7439a5",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "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"
}