Information about plays

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

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

{
    "id": 416221,
    "uri": "https://api.kexp.org/v2/plays/416221/?format=api",
    "airdate": "2001-04-19T02:13:20-07:00",
    "show": 6946,
    "show_uri": "https://api.kexp.org/v2/shows/6946/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41CX6E9PEDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41CX6E9PEDL._SL75_.jpg",
    "song": "Born in Chicago",
    "track_id": "078d823b-22ad-465e-b867-9a66c40fd852",
    "recording_id": null,
    "artist": "George Thorogood & The Destroyers",
    "artist_ids": [
        "bc01f01c-a401-40d8-9472-b377ac33af05"
    ],
    "album": "Boogie People",
    "release_id": "9b304352-0be1-48dd-9a16-e4f88bd59b5f",
    "release_group_id": null,
    "labels": [
        "EMI Records USA"
    ],
    "label_ids": [
        "3b76dfe7-0a2d-401a-86a7-f1a30c480e0d"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}