Information about plays

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

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

{
    "id": 379932,
    "uri": "https://api.kexp.org/v2/plays/379932/?format=api",
    "airdate": "2019-09-12T08:46:31-07:00",
    "show": 6322,
    "show_uri": "https://api.kexp.org/v2/shows/6322/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Living",
    "track_id": "754b33f5-a1d3-4036-a336-4e37a1dac8c9",
    "recording_id": null,
    "artist": "San Fermin",
    "artist_ids": [
        "1213b8e7-79f0-4cc2-a12a-81448aaf3429"
    ],
    "album": "The Cormorant I",
    "release_id": "86b4eb5e-6629-417b-9b35-3ccdf615fcd0",
    "release_group_id": null,
    "labels": [
        "Sony Masterworks"
    ],
    "label_ids": [
        "99e91ff7-9bd9-45f0-ae3a-6853fefaea5c"
    ],
    "release_date": "2019-10-04",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "San Fermin will be in Seattle on Saturday, November 2, 2019 at Neumos. https://bit.ly/2Z4DyMW",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}