Information about plays

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

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

{
    "id": 373287,
    "uri": "https://api.kexp.org/v2/plays/373287/?format=api",
    "airdate": "2019-08-28T00:26:36-07:00",
    "show": 6216,
    "show_uri": "https://api.kexp.org/v2/shows/6216/?format=api",
    "image_uri": "http://coverartarchive.org/release/2091c24e-4bfb-4efb-8f5c-385eb3fc76e4/23695021207-250.jpg",
    "thumbnail_uri": "",
    "song": "Daddy Like",
    "track_id": "68d2d792-7bd3-4504-bcf8-303633349ac7",
    "recording_id": null,
    "artist": "Dorian Electra",
    "artist_ids": [
        "aefba883-dfc2-45ee-bce4-1dd903b13341"
    ],
    "album": "Flamboyant",
    "release_id": "2091c24e-4bfb-4efb-8f5c-385eb3fc76e4",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-07-17",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tue, Oct 22nd @ the Vera Project",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}