Information about plays

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

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

{
    "id": 350577,
    "uri": "https://api.kexp.org/v2/plays/350577/?format=api",
    "airdate": "2019-07-05T20:02:00-07:00",
    "show": 5837,
    "show_uri": "https://api.kexp.org/v2/shows/5837/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Way",
    "track_id": null,
    "recording_id": null,
    "artist": "Ava Max",
    "artist_ids": [
        "add5f522-25df-41c4-815e-0ca9f60b83e4"
    ],
    "album": "My Way",
    "release_id": "5a0a104c-c01b-4f8e-b371-739a75803e1e",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [],
    "release_date": "2018-04-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stunning compositions and performances from Ava Max. https://avamax.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}