Information about plays

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

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

{
    "id": 379860,
    "uri": "https://api.kexp.org/v2/plays/379860/?format=api",
    "airdate": "2019-09-12T05:21:56-07:00",
    "show": 6321,
    "show_uri": "https://api.kexp.org/v2/shows/6321/?format=api",
    "image_uri": "http://coverartarchive.org/release/36657a93-23d8-490e-b613-4ec2acfe77d3/19386767853-250.jpg",
    "thumbnail_uri": "",
    "song": "Quartz in the Valley",
    "track_id": "fe596582-230c-4293-927d-17d61ad54d14",
    "recording_id": null,
    "artist": "H.C. McEntire",
    "artist_ids": [
        "3513369d-5a6a-4b0c-ae4d-b28e9edb9dc1"
    ],
    "album": "Lionheart",
    "release_id": "36657a93-23d8-490e-b613-4ec2acfe77d3",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2018-01-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}