Information about plays

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

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

{
    "id": 371472,
    "uri": "https://api.kexp.org/v2/plays/371472/?format=api",
    "airdate": "2019-08-23T20:43:00-07:00",
    "show": 6185,
    "show_uri": "https://api.kexp.org/v2/shows/6185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "After the Storm (Pete Rock Remix) (feat. Tyler the Creator & Bootsy Collins)",
    "track_id": null,
    "recording_id": null,
    "artist": "Kali Uchis",
    "artist_ids": [
        "d0c7656d-8169-4f77-9dbe-b8f24e40105d"
    ],
    "album": "After the Storm",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Virgin EMI"
    ],
    "label_ids": [
        "985e45d2-a28c-48e7-a223-78d29540ca45"
    ],
    "release_date": "2018-06-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kali Uchis was a poet in her youth and played the saxophone in a jazz band during high school. Check out KEXP's blog at http://blog.kexp.org/2015/11/22/live-review-leon-bridges-with-kali-uchis-at-neptune-theatre-110215/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}