Information about plays

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

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

{
    "id": 370792,
    "uri": "https://api.kexp.org/v2/plays/370792/?format=api",
    "airdate": "2019-08-22T10:18:39-07:00",
    "show": 6178,
    "show_uri": "https://api.kexp.org/v2/shows/6178/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cumbia Sobre El Río (Suena)",
    "track_id": "24b72cfb-167a-3bb2-802a-5279558b1eea",
    "recording_id": null,
    "artist": "Celso Piña feat. Control Machete and Blanquito Man",
    "artist_ids": [
        "2367fff3-4d28-4a3a-bae5-769186b85a1d"
    ],
    "album": "Future World Funk: The Third Dimension",
    "release_id": "129c4655-ffe0-4f6c-b628-a4a2b0deeec2",
    "release_group_id": null,
    "labels": [
        "Ocho"
    ],
    "label_ids": [
        "18b48ed4-2f26-494b-b534-9566c1d4ce41"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We are saddened to hear about the death of Mexican Cumbia Artist Celso Piña at the age of 66 on August 21, 2019. https://bit.ly/2MzJZSa",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}