Information about plays

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

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

{
    "id": 350377,
    "uri": "https://api.kexp.org/v2/plays/350377/?format=api",
    "airdate": "2019-07-05T08:13:12-07:00",
    "show": 5834,
    "show_uri": "https://api.kexp.org/v2/shows/5834/?format=api",
    "image_uri": "http://coverartarchive.org/release/2c01fc2c-731d-4315-a5f3-83014c959f5b/23016497135-250.jpg",
    "thumbnail_uri": "",
    "song": "Happy Sad",
    "track_id": "4c3a5857-172d-4339-9309-ea7ccf5bb6f5",
    "recording_id": null,
    "artist": "HÆLOS",
    "artist_ids": [
        "74ca2f03-18e4-4ec1-9537-3cfefbcfd4ec"
    ],
    "album": "Any Random Kindness",
    "release_id": "2c01fc2c-731d-4315-a5f3-83014c959f5b",
    "release_group_id": null,
    "labels": [
        "Infectious Records"
    ],
    "label_ids": [
        "08a5852e-6847-4a14-9de7-595169ba6771"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This review calls Haelos' \"Any Random Kindness\" \"a significant step forward in their evolution\":  https://www.allmusic.com/album/any-random-kindness-mw0003242459",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}