Information about plays

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

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

{
    "id": 1381006,
    "uri": "https://api.kexp.org/v2/plays/1381006/?format=api",
    "airdate": "2008-06-01T20:45:00-07:00",
    "show": 24105,
    "show_uri": "https://api.kexp.org/v2/shows/24105/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515K7w8einL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515K7w8einL._SL75_.jpg",
    "song": "Sick",
    "track_id": "cd3af085-aa8d-4a9c-bec8-e9fd92d391e2",
    "recording_id": null,
    "artist": "Skillz",
    "artist_ids": [
        "f05aa6e0-3511-44a7-ba4e-08fe8826ae23"
    ],
    "album": "The Million Dollar Backpack",
    "release_id": "c05311ea-0f08-4ab4-b3aa-2089ffddb56a",
    "release_group_id": null,
    "labels": [
        "Koch Records"
    ],
    "label_ids": [
        "b85f0764-3335-4109-b15e-ac294fe305b9"
    ],
    "release_date": "2008-07-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}