Information about plays

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

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

{
    "id": 352375,
    "uri": "https://api.kexp.org/v2/plays/352375/?format=api",
    "airdate": "2019-07-10T01:35:16-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Second Summer",
    "track_id": "da2fd550-6a7b-34db-ae68-fedb2976f79b",
    "recording_id": null,
    "artist": "Memphis",
    "artist_ids": [
        "8628d49f-e6da-40e3-a8a4-d63a7d7eed96"
    ],
    "album": "I Dreamed We Fell Apart",
    "release_id": "4722e0a1-2413-400c-95fe-2e22ca64c59a",
    "release_group_id": null,
    "labels": [
        "Paper Bag Records"
    ],
    "label_ids": [
        "7ca6a2cd-dd79-4564-bcec-938bc43ba7d2"
    ],
    "release_date": "2004-08-31",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Memphis is a musical duo consisting of longtime friends Torquil Campbell and Chris Dumont.  Dumont, originally from North Carolina, first met Campbell in New York City in the early 1990s. With Campbell's childhood friends Chris Seligman, James Shaw, and Adam Marvy, the pair played together in a band called Luxe. Later, Seligman and Campbell would form Canada's indie pop group Stars, while Shaw would go on to form Metric with Emily Haines,",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}