Information about plays

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

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

{
    "id": 373132,
    "uri": "https://api.kexp.org/v2/plays/373132/?format=api",
    "airdate": "2019-08-27T18:45:00-07:00",
    "show": 6215,
    "show_uri": "https://api.kexp.org/v2/shows/6215/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "God Is",
    "track_id": "c1308edb-1790-4ae5-a52f-eaf6434a2d64",
    "recording_id": null,
    "artist": "Ustad Saami",
    "artist_ids": [
        "e399593d-0c69-4fe6-91c7-cb8de9494701"
    ],
    "album": "God Is Not a Terrorist",
    "release_id": "9282f36e-0fca-4997-90ac-739ce34c6f6f",
    "release_group_id": null,
    "labels": [
        "Glitterbeat"
    ],
    "label_ids": [],
    "release_date": "2019-01-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lahore, Pakistan. \"Hypnotic, unvarnished recordings by one of Pakistan's most revered and iconic classical singers.\" Ian Brennan, who produced the album, will be at Elliot Bay on Sept 23",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}