Information about plays

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

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

{
    "id": 371117,
    "uri": "https://api.kexp.org/v2/plays/371117/?format=api",
    "airdate": "2019-08-23T02:17:32-07:00",
    "show": 6182,
    "show_uri": "https://api.kexp.org/v2/shows/6182/?format=api",
    "image_uri": "http://coverartarchive.org/release/5f852b81-f300-4dfe-8dd9-2f798b1a1f21/13608875745-250.jpg",
    "thumbnail_uri": "",
    "song": "Golden Days",
    "track_id": "c38ba33e-cdc3-428c-b03c-a27b49ddbea4",
    "recording_id": null,
    "artist": "Whitney",
    "artist_ids": [
        "2e3a5b97-aec7-4b11-bb56-77ad52b99b86"
    ],
    "album": "Light Upon the Lake",
    "release_id": "5f852b81-f300-4dfe-8dd9-2f798b1a1f21",
    "release_group_id": null,
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2016-06-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Listener request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}