Information about plays

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

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

{
    "id": 375588,
    "uri": "https://api.kexp.org/v2/plays/375588/?format=api",
    "airdate": "2019-09-02T10:56:52-07:00",
    "show": 6255,
    "show_uri": "https://api.kexp.org/v2/shows/6255/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shiny New Model",
    "track_id": "f87b61c7-9b36-4d3d-b6f3-bccc5830b7aa",
    "recording_id": null,
    "artist": "Bodega",
    "artist_ids": [
        "8a08d77c-d796-4546-8143-abca7ff9b62e"
    ],
    "album": "Shiny New Model",
    "release_id": "82319741-74b5-447a-9af6-d51ab73448b2",
    "release_group_id": null,
    "labels": [
        "What's Your Rupture?"
    ],
    "label_ids": [
        "57a33832-c708-4bda-b9b8-25c0a065027c"
    ],
    "release_date": "2019-10-11",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bodega - Full Performance (Live on KEXP): https://bit.ly/2IWrupU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}