Information about plays

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

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

{
    "id": 350727,
    "uri": "https://api.kexp.org/v2/plays/350727/?format=api",
    "airdate": "2019-07-06T04:16:00-07:00",
    "show": 5840,
    "show_uri": "https://api.kexp.org/v2/shows/5840/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Where I'm From",
    "track_id": null,
    "recording_id": null,
    "artist": "G&D",
    "artist_ids": [],
    "album": "Black Love & War",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "SomeOthaShip Connect"
    ],
    "label_ids": [
        "3dd59a3a-5f1c-46a1-a3b3-d15cbe8de651"
    ],
    "release_date": "2019-08-09",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}