Information about plays

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

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

{
    "id": 366125,
    "uri": "https://api.kexp.org/v2/plays/366125/?format=api",
    "airdate": "2019-08-11T20:08:00-07:00",
    "show": 6106,
    "show_uri": "https://api.kexp.org/v2/shows/6106/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wish That I Could Talk to You",
    "track_id": "17f1ffeb-dc83-31cc-9853-78858eac6a9e",
    "recording_id": null,
    "artist": "The Sylvers",
    "artist_ids": [
        "70d1c02b-7349-4555-a9fc-9e85e4eaca49"
    ],
    "album": "Boogie Fever: The Best of the Sylvers",
    "release_id": "f99286cf-1bcf-4527-809b-ba3f0561423c",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1995-02-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}