Information about plays

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

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

{
    "id": 347166,
    "uri": "https://api.kexp.org/v2/plays/347166/?format=api",
    "airdate": "2019-06-27T21:33:53-07:00",
    "show": 5782,
    "show_uri": "https://api.kexp.org/v2/shows/5782/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Money",
    "track_id": "771686dd-a179-42a0-9dd5-0bed5b3ec6b4",
    "recording_id": null,
    "artist": "Michael Kiwanuka & Tom Misch",
    "artist_ids": [
        "fc3e8983-1f51-4c80-b2b5-146bf2162dc2"
    ],
    "album": "Money",
    "release_id": "52ea4a91-4a6b-45b8-b12d-83ab7db99901",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2019-06-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "As two of the most intriguing and exceptional artists to emerge from the UK in the last few years, Michael Kiwanuka and Tom Misch have each had their fair share of success as solo artists but have now returned to share a wonderful collaboration.\n\nThe new single 'Money' sees the pair team up with fellow singer YEBBA for the release, and was mixed by Grammy Award winning engineer/producer Russell Elevado.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}