Information about plays

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

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

{
    "id": 350402,
    "uri": "https://api.kexp.org/v2/plays/350402/?format=api",
    "airdate": "2019-07-05T09:44:46-07:00",
    "show": 5834,
    "show_uri": "https://api.kexp.org/v2/shows/5834/?format=api",
    "image_uri": "http://coverartarchive.org/release/108bd906-7a00-44f1-ae89-2ef149d84e1d/21967541155-250.jpg",
    "thumbnail_uri": "",
    "song": "Daisy",
    "track_id": "00cfa951-d03b-4512-9296-ffec8106ed1c",
    "recording_id": null,
    "artist": "Pond",
    "artist_ids": [
        "69ac44f7-c80d-47b4-9bc8-fcc758d209e6"
    ],
    "album": "Tasmania",
    "release_id": "108bd906-7a00-44f1-ae89-2ef149d84e1d",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2019-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"It's spring and the cherry blossoms sprout...\"  Here's the official video for this summertime anthem:  https://www.youtube.com/watch?v=Ap2gStsDZZo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}