Information about plays

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

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

{
    "id": 350153,
    "uri": "https://api.kexp.org/v2/plays/350153/?format=api",
    "airdate": "2019-07-04T19:22:31-07:00",
    "show": 5831,
    "show_uri": "https://api.kexp.org/v2/shows/5831/?format=api",
    "image_uri": "http://coverartarchive.org/release/517c573b-b761-4a38-a296-b84a5977e812/17667784835-250.jpg",
    "thumbnail_uri": "",
    "song": "Down the Well",
    "track_id": "f5a460cc-4cb7-3709-b21f-ceac2f055b04",
    "recording_id": null,
    "artist": "The Moondoggies",
    "artist_ids": [
        "174744a2-8f85-4602-a0e6-5f2097c2e945"
    ],
    "album": "Tidelands",
    "release_id": "517c573b-b761-4a38-a296-b84a5977e812",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2010-10-12",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}