Information about plays

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

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

{
    "id": 349003,
    "uri": "https://api.kexp.org/v2/plays/349003/?format=api",
    "airdate": "2019-07-02T10:48:55-07:00",
    "show": 5817,
    "show_uri": "https://api.kexp.org/v2/shows/5817/?format=api",
    "image_uri": "http://coverartarchive.org/release/d37dff42-7dde-4e0b-abf5-7f2c58de10c7/22631701560-250.jpg",
    "thumbnail_uri": "",
    "song": "When You're Gone",
    "track_id": "4292f226-9ea2-4745-bba2-62153606e9c0",
    "recording_id": null,
    "artist": "Bedouine",
    "artist_ids": [
        "a3bc4e59-18bd-4936-b605-2b01e33a6da9"
    ],
    "album": "Bird Songs of a Killjoy",
    "release_id": "d37dff42-7dde-4e0b-abf5-7f2c58de10c7",
    "release_group_id": null,
    "labels": [
        "Spacebomb"
    ],
    "label_ids": [
        "121b9adb-b4fb-4e90-b7c8-e391e25536d0"
    ],
    "release_date": "2019-05-31",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bedouine is part of the stellar lineup for the debut THING Fest in Port Townsend, Washington on August 24th and 25th, 2019.  https://thingnw.org/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}