Information about plays

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

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

{
    "id": 1277081,
    "uri": "https://api.kexp.org/v2/plays/1277081/?format=api",
    "airdate": "2007-09-09T09:18:00-07:00",
    "show": 22352,
    "show_uri": "https://api.kexp.org/v2/shows/22352/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61FCKPnXpdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61FCKPnXpdL._SL75_.jpg",
    "song": "Sweet Little Angel",
    "track_id": "3c82a9db-9c99-4787-bca6-6551ec01b6b1",
    "recording_id": null,
    "artist": "B.B. King",
    "artist_ids": [
        "dcb03ce3-67a5-4eb3-b2d1-2a12d93a38f3"
    ],
    "album": "Live at the Regal",
    "release_id": "871027ad-84a1-4a0e-ab71-7010cd93774e",
    "release_group_id": null,
    "labels": [
        "ABC-Paramount"
    ],
    "label_ids": [
        "ef36d3a8-fcc9-4e50-bb80-27bcfd0bbdad"
    ],
    "release_date": "1965-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}