Information about plays

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

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

{
    "id": 357066,
    "uri": "https://api.kexp.org/v2/plays/357066/?format=api",
    "airdate": "2019-07-21T00:19:59-07:00",
    "show": 5952,
    "show_uri": "https://api.kexp.org/v2/shows/5952/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Under the Banner of Death",
    "track_id": "8af29012-f218-4480-8aa1-5b13a6989106",
    "recording_id": null,
    "artist": "Vanum",
    "artist_ids": [
        "c883f4cc-e366-465a-ac5b-291fff2cad88"
    ],
    "album": "Ageless Fire",
    "release_id": "aed4009a-36bb-4e10-b003-a7e3980470d5",
    "release_group_id": null,
    "labels": [
        "Profound Lore Records"
    ],
    "label_ids": [],
    "release_date": "2019-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Members of Yellow Eyes, Predatory Light, and Ash Borer; https://vanum.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}