Information about plays

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

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

{
    "id": 348568,
    "uri": "https://api.kexp.org/v2/plays/348568/?format=api",
    "airdate": "2019-07-01T08:52:03-07:00",
    "show": 5810,
    "show_uri": "https://api.kexp.org/v2/shows/5810/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Falling",
    "track_id": "5a75bf49-15a8-4105-9336-2ca4102a8b9f",
    "recording_id": null,
    "artist": "Dude York",
    "artist_ids": [
        "1ce990a5-52a0-448f-ba6d-4cc011ebe4b3"
    ],
    "album": "Falling",
    "release_id": "41d15bac-b1b1-49f3-a443-6797217a2379",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2019-07-26",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Dude York will be playing at KEXP Rocks The Dock this Saturday, July 6th from 3:00 to 7:00 PM at Pier 58! Find out more at https://www.kexp.org/events/kexp-events/kexp-rocks-dock-2019/. They'll  also be playing The Crocodile on October 7th. https://dudeyork.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}