Information about plays

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

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

{
    "id": 355801,
    "uri": "https://api.kexp.org/v2/plays/355801/?format=api",
    "airdate": "2019-07-18T01:00:14-07:00",
    "show": 5929,
    "show_uri": "https://api.kexp.org/v2/shows/5929/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Til the Morning",
    "track_id": null,
    "recording_id": null,
    "artist": "Swing Ting, Devin Di Dakta & Gemma Dunleavy",
    "artist_ids": [],
    "album": "Til the Morning",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Swing Ting"
    ],
    "label_ids": [
        "15a2df7f-e5a6-45e8-9785-99fca9a56fd9"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi pals, welcome to the Overnight Show!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}