Information about plays

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

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

{
    "id": 350148,
    "uri": "https://api.kexp.org/v2/plays/350148/?format=api",
    "airdate": "2019-07-04T19:09:00-07:00",
    "show": 5831,
    "show_uri": "https://api.kexp.org/v2/shows/5831/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Down on the Corner of Love",
    "track_id": "b39b255b-0082-3b01-bb24-1fd254114fc7",
    "recording_id": null,
    "artist": "Dwight Yoakam",
    "artist_ids": [
        "0fb711af-c7ba-4bdc-b0b6-b8495fc0a590"
    ],
    "album": "Dwight Sings Buck",
    "release_id": "feabec66-2da5-40da-8122-2d9a6635113f",
    "release_group_id": null,
    "labels": [
        "New West Records"
    ],
    "label_ids": [],
    "release_date": "2007-10-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}