Information about plays

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

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

{
    "id": 347690,
    "uri": "https://api.kexp.org/v2/plays/347690/?format=api",
    "airdate": "2019-06-29T03:16:00-07:00",
    "show": 5789,
    "show_uri": "https://api.kexp.org/v2/shows/5789/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Raid",
    "track_id": null,
    "recording_id": null,
    "artist": "Reptant",
    "artist_ids": [],
    "album": "New Advancements in Lizard Tech™",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Craigie Knowes"
    ],
    "label_ids": [
        "d5e9a238-02df-4213-9311-d3420ddc2397"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rave-ready alien lizard techno à la V - https://soundcloud.com/craigie-knowes/cknowep17-reptant-new-advancements-in-lizard-tech",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}