Information about plays

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

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

{
    "id": 369327,
    "uri": "https://api.kexp.org/v2/plays/369327/?format=api",
    "airdate": "2019-08-19T04:30:05-07:00",
    "show": 6158,
    "show_uri": "https://api.kexp.org/v2/shows/6158/?format=api",
    "image_uri": "http://coverartarchive.org/release/0fca16c9-9e05-4f03-a18d-599837801030/17331893101-250.jpg",
    "thumbnail_uri": "",
    "song": "Fangela",
    "track_id": "c86fd22c-529c-3a90-9e15-c1fee41a9a94",
    "recording_id": null,
    "artist": "Here We Go Magic",
    "artist_ids": [
        "e0546ff4-b8dd-45cb-bf8d-9696ea77bcaf"
    ],
    "album": "Here We Go Magic",
    "release_id": "0fca16c9-9e05-4f03-a18d-599837801030",
    "release_group_id": null,
    "labels": [
        "Western Vinyl"
    ],
    "label_ids": [
        "c4126b4a-ac23-429c-ba19-148fd287def8"
    ],
    "release_date": "2009-02-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}