Information about plays

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

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

{
    "id": 370727,
    "uri": "https://api.kexp.org/v2/plays/370727/?format=api",
    "airdate": "2019-08-22T05:49:00-07:00",
    "show": 6176,
    "show_uri": "https://api.kexp.org/v2/shows/6176/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Without Color",
    "track_id": null,
    "recording_id": null,
    "artist": "Blue Tomorrows",
    "artist_ids": [],
    "album": "Without Color",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Moon Glyph"
    ],
    "label_ids": [
        "0b91f6a8-dc72-4054-9797-8c247c75d6f4"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Solo moniker of Portland's Sarah Nienaber - https://moonglyph.bandcamp.com/album/without-color",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}