Information about plays

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

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

{
    "id": 375628,
    "uri": "https://api.kexp.org/v2/plays/375628/?format=api",
    "airdate": "2019-09-02T13:33:38-07:00",
    "show": 6255,
    "show_uri": "https://api.kexp.org/v2/shows/6255/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "High Rise",
    "track_id": "e3c2e9fd-cf7d-471f-80ec-2dfd6ec7203e",
    "recording_id": null,
    "artist": "somesurprises",
    "artist_ids": [
        "72b52b34-43e9-4b8f-9415-b03820d05920"
    ],
    "album": "somesurprises",
    "release_id": "0421fdd6-6262-4ece-948c-b54e4ab32141",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-09-20",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Great interview with Natasha El-Sergany of somesurprises, who is also an immigrant rights lawyer in Seattle. https://bit.ly/2D0s5ly",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}