Information about plays

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

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

{
    "id": 379480,
    "uri": "https://api.kexp.org/v2/plays/379480/?format=api",
    "airdate": "2019-09-11T08:33:44-07:00",
    "show": 6317,
    "show_uri": "https://api.kexp.org/v2/shows/6317/?format=api",
    "image_uri": "http://coverartarchive.org/release/39bfbf4d-bcab-4107-bbe8-755a2ea568f1/2960156447-250.jpg",
    "thumbnail_uri": "",
    "song": "Sunflower",
    "track_id": "72fab1e7-5611-3218-8bdd-e2f699058a0a",
    "recording_id": null,
    "artist": "Low",
    "artist_ids": [
        "42faad37-8aaa-42e4-a300-5a7dae79ed24"
    ],
    "album": "Things We Lost in the Fire",
    "release_id": "39bfbf4d-bcab-4107-bbe8-755a2ea568f1",
    "release_group_id": null,
    "labels": [
        "Kranky"
    ],
    "label_ids": [
        "4536e738-6350-4cae-af70-79d56d106c45"
    ],
    "release_date": "2001-01-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"'Sunflower' is really a happy song. I wouldn't describe the lyrics as dark or morose. Alan likes to use the word 'sober,' -- not in a drinking sense -- to describe them. They're serious lyrics about pretty serious things, not girls and cars. I don't think we're gloomy or sad. There's as much joy in our music as sorrow.\" - https://bit.ly/2FeWz3c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}