Information about plays

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

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

{
    "id": 370058,
    "uri": "https://api.kexp.org/v2/plays/370058/?format=api",
    "airdate": "2019-08-20T19:59:25-07:00",
    "show": 6168,
    "show_uri": "https://api.kexp.org/v2/shows/6168/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Weyu Larigi Weyu (Day by Day)",
    "track_id": "d1b6d3b8-ad51-3d54-8593-056ec6ceb2ef",
    "recording_id": null,
    "artist": "Andy Palacio & The Garifuna Collective",
    "artist_ids": [
        "748fefbb-93a8-456e-b087-d94690f6d68c"
    ],
    "album": "Wátina",
    "release_id": "13771907-e363-4246-933a-7b401611c5bc",
    "release_group_id": null,
    "labels": [
        "Cumbancha"
    ],
    "label_ids": [
        "ca1dd9fa-ab3a-45c0-97b9-4c66c8eb2fc7"
    ],
    "release_date": "2007-04-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "World group from Dangriga Belize Garifuna Collective performing LIVE at Town Hall on September 27\nhttps://townhallseattle.org/event/garifuna-collective-and-hagucha-garinagu/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}