Information about plays

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

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

{
    "id": 353627,
    "uri": "https://api.kexp.org/v2/plays/353627/?format=api",
    "airdate": "2019-07-12T22:08:00-07:00",
    "show": 5891,
    "show_uri": "https://api.kexp.org/v2/shows/5891/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "How About Now",
    "track_id": "5a33a3b3-47a0-4886-898c-aca3c0f8fb8e",
    "recording_id": null,
    "artist": "dRAKE",
    "artist_ids": [
        "124a1bdb-fcd9-4a9e-8b7e-95aad51da747"
    ],
    "album": "If You’re Reading This It's Too Late",
    "release_id": "88c00a95-159a-47e8-84e9-38fa22c6a868",
    "release_group_id": null,
    "labels": [
        "October's Very Own"
    ],
    "label_ids": [],
    "release_date": "2015-04-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Drake just announced his OVO Fest 2019 featuring + B2K, Mario, Pretty Ricky, Lloyd, Ying Yang Twins, Chingy + more in Toronto, ON: https://pitchfork.com/news/ovo-fest-2019-drake-ying-yang-twins-lloyd-more/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}