Information about plays

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

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

{
    "id": 373392,
    "uri": "https://api.kexp.org/v2/plays/373392/?format=api",
    "airdate": "2019-08-28T06:19:35-07:00",
    "show": 6217,
    "show_uri": "https://api.kexp.org/v2/shows/6217/?format=api",
    "image_uri": "http://coverartarchive.org/release/73b12ff3-ffb8-3721-914c-8829badef3dc/5619640065-250.jpg",
    "thumbnail_uri": "",
    "song": "Living for the City",
    "track_id": "42b54659-a1c7-358b-b2a1-46704abb5ddd",
    "recording_id": null,
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Innervisions",
    "release_id": "73b12ff3-ffb8-3721-914c-8829badef3dc",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2000-03-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Reflecting on the messages in his songs, Wonder said: \"I think the deepest I really got into how I feel about the way things are was in 'Living For The City.' I was able to show the hurt and the anger. You still have that same mother that scrubs the floors for many, she's still doing it. Now what is that about? And that father who works some days for 14 hours. That's still happening.\"  - https://bit.ly/2ZliVNt",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}