Information about plays

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

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

{
    "id": 418194,
    "uri": "https://api.kexp.org/v2/plays/418194/?format=api",
    "airdate": "2001-04-25T18:12:37-07:00",
    "show": 6987,
    "show_uri": "https://api.kexp.org/v2/shows/6987/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41QXNAKQB1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41QXNAKQB1L._SL75_.jpg",
    "song": "Turn On Your Love Light",
    "track_id": "dd56a1ca-6204-4999-8188-929e67590214",
    "recording_id": null,
    "artist": "Bobby \"Blue\" Bland",
    "artist_ids": [
        "66ebc271-6a26-4fe7-848b-f217da119d92"
    ],
    "album": "Best of the Blues",
    "release_id": "9bdecdb7-64ca-4c0d-8f1c-b82bcf1bd4ce",
    "release_group_id": null,
    "labels": [
        "MCA Special Products"
    ],
    "label_ids": [
        "243820af-e9de-49e4-a970-17fe52fb71cf"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}