Information about plays

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

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

{
    "id": 351589,
    "uri": "https://api.kexp.org/v2/plays/351589/?format=api",
    "airdate": "2019-07-08T06:13:00-07:00",
    "show": 5860,
    "show_uri": "https://api.kexp.org/v2/shows/5860/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Sort of Homecoming",
    "track_id": "30118b5f-bf48-4b0f-ad94-1442426bfe5d",
    "recording_id": null,
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "The Unforgettable Fire",
    "release_id": "dc6e9051-487a-4311-8b20-c591e8b7f8dc",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The title comes from Jewish poet Paul Celan, who wrote: \"Poetry is a sort of homecoming.\" Celan drowned himself in the Seine river in 1970.  Learn more about this German-speaking Holocaust survivor:  https://www.poetryfoundation.org/poets/paul-celan",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}