Information about plays

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

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

{
    "id": 377527,
    "uri": "https://api.kexp.org/v2/plays/377527/?format=api",
    "airdate": "2019-09-06T15:20:00-07:00",
    "show": 6282,
    "show_uri": "https://api.kexp.org/v2/shows/6282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Idealistic (A-trak's remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Digitalism",
    "artist_ids": [
        "7b52603c-a84c-4a76-8dc8-899bb4dd9fa7"
    ],
    "album": "Idealistic",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [],
    "release_date": "2007-09-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Digitalism are a German electronic music duo formed in Hamburg in 2004, consisting of Jens \"Jence\" Moelle and İsmail \"Isi\" Tüfekçi.  The duo are signed to French label Kitsuné, as well as Virgin Records and Astralwerks in other parts of the world.  https://bit.ly/2lAAtSH",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}