Information about plays

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

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

{
    "id": 354434,
    "uri": "https://api.kexp.org/v2/plays/354434/?format=api",
    "airdate": "2019-07-14T21:16:00-07:00",
    "show": 5909,
    "show_uri": "https://api.kexp.org/v2/shows/5909/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Deep End",
    "track_id": null,
    "recording_id": null,
    "artist": "BenjiFlow",
    "artist_ids": [
        "e6e35c5e-6d30-4dbe-bdc6-536c61608037"
    ],
    "album": "Deep End",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Authentic Pieces"
    ],
    "label_ids": [],
    "release_date": "2018-10-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Learn more about North London’s BenjiFlow and how a day of playing Mario Kart and eating KFC led to this song: https://www.dummymag.com/features/taking-off-benjiflow/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}