Information about plays

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

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

{
    "id": 416168,
    "uri": "https://api.kexp.org/v2/plays/416168/?format=api",
    "airdate": "2001-04-18T20:56:15-07:00",
    "show": 6944,
    "show_uri": "https://api.kexp.org/v2/shows/6944/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/71iR0BAm6XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/71iR0BAm6XL._SL75_.jpg",
    "song": "John the Revelator",
    "track_id": "de8b8067-2d9a-4d45-937b-f6787ef3508a",
    "recording_id": null,
    "artist": "Blind Willie Johnson",
    "artist_ids": [
        "8a14c00b-4779-44e4-9b2e-4cc9dcd92e9b"
    ],
    "album": "Dark Was the Night",
    "release_id": "464344db-0787-4e6e-ba9f-412b75e54554",
    "release_group_id": null,
    "labels": [],
    "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"
}