Information about plays

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

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

{
    "id": 350381,
    "uri": "https://api.kexp.org/v2/plays/350381/?format=api",
    "airdate": "2019-07-05T08:27:18-07:00",
    "show": 5834,
    "show_uri": "https://api.kexp.org/v2/shows/5834/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "God",
    "track_id": "a4934c9b-af3f-4cf3-9e92-f49a7bd56584",
    "recording_id": null,
    "artist": "Tori Amos",
    "artist_ids": [
        "c0b2500e-0cef-4130-869d-732b23ed9df5"
    ],
    "album": "God",
    "release_id": "8f2390c9-03c0-4f4c-8e40-d4c434b6b489",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was Amos' call to God to explain His omnipotence in the light of such issues as the repression of women through religion. She explained to Creem magazine: \"There's a division of power, male and female power, and there's a division within my own being. There's been a dishonoring of us with each other, and us with ourselves, and women against women, and men against men, and women against men... and that's how the song 'God' got written. The institutional God who's been ruling the universe, in the books, has to be held accountable. I want to have a cup of tea with him and just have a little chat....\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}