Information about plays

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

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

{
    "id": 372306,
    "uri": "https://api.kexp.org/v2/plays/372306/?format=api",
    "airdate": "2019-08-25T21:04:30-07:00",
    "show": 6203,
    "show_uri": "https://api.kexp.org/v2/shows/6203/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vibes from the Tribe",
    "track_id": null,
    "recording_id": null,
    "artist": "Emanative",
    "artist_ids": [
        "ef81cd80-32c4-4c35-9218-2cbddd6a250a"
    ],
    "album": "Vibes from the Tribe",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Twisted Soul"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"A brand new version of what is undoubtedly an untouchable classic, and yet somehow Ranelin & Emanative bring the necessary freshness and vibes galore to this new rendition for 2019 and beyond\" - https://emanative.bandcamp.com/album/vibes-from-the-tribe",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}