Information about plays

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

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

{
    "id": 350870,
    "uri": "https://api.kexp.org/v2/plays/350870/?format=api",
    "airdate": "2019-07-06T13:33:06-07:00",
    "show": 5844,
    "show_uri": "https://api.kexp.org/v2/shows/5844/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soft Power",
    "track_id": "dd771b9c-6e1f-3961-8b9e-260ad744ba5b",
    "recording_id": null,
    "artist": "Ladytron",
    "artist_ids": [
        "b45335d1-5219-4262-a44d-936aa36eeaed"
    ],
    "album": "Witching Hour",
    "release_id": "da3c5971-4e24-4dd6-82cc-e2a22bb36c92",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "2005-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing the Neptune on Dec 12th",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}