Information about plays

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

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

{
    "id": 355000,
    "uri": "https://api.kexp.org/v2/plays/355000/?format=api",
    "airdate": "2019-07-16T07:40:26-07:00",
    "show": 5919,
    "show_uri": "https://api.kexp.org/v2/shows/5919/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Radio",
    "track_id": "8ee4e7fd-7285-3acd-9410-d3440fcc092f",
    "recording_id": null,
    "artist": "The Avalanches",
    "artist_ids": [
        "a6623d39-2d8e-4f70-8242-0a9553b91e50"
    ],
    "album": "Since I Left You",
    "release_id": "4e0d832b-c8ed-4cbd-bf8d-40494a0a16a3",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [],
    "release_date": "2001-11-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Since I Left You is the debut studio album by Australian electronic music group the Avalanches. It was produced by group members Robbie Chater and Darren Seltmann (under the pseudonym Bobbydazzler), and uses sampling extensively, containing an estimated 3,500 samples from various genres. The album was recorded and produced at two separate, near-identical studios by Chater and Seltmann, exchanging audio mixes of records they sampled.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}