Information about plays

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

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

{
    "id": 379711,
    "uri": "https://api.kexp.org/v2/plays/379711/?format=api",
    "airdate": "2019-09-11T22:02:41-07:00",
    "show": 6315,
    "show_uri": "https://api.kexp.org/v2/shows/6315/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(Don't Cut Me Down) Mary Quant in Blue",
    "track_id": "d32951c0-f9dd-33dc-9f00-e896df7a2e8a",
    "recording_id": null,
    "artist": "The Dylans",
    "artist_ids": [
        "7e9ca90d-8ad1-48f8-bb5b-d4b706251aee"
    ],
    "album": "The Dylans",
    "release_id": "b98156ca-37a9-4b27-98ed-189ef86fdaf6",
    "release_group_id": null,
    "labels": [
        "Situation Two"
    ],
    "label_ids": [
        "b2eebd87-811e-48d1-9968-8e20eeecfcab"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}