Information about plays

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

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

{
    "id": 348810,
    "uri": "https://api.kexp.org/v2/plays/348810/?format=api",
    "airdate": "2019-07-01T23:08:00-07:00",
    "show": 5814,
    "show_uri": "https://api.kexp.org/v2/shows/5814/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dukey Stick",
    "track_id": "dc900391-9c32-3601-bdc3-4be65d7cf465",
    "recording_id": null,
    "artist": "George Duke",
    "artist_ids": [
        "fd180bc2-7b01-4b07-9597-451e7383f1b4"
    ],
    "album": "Don't Let Go",
    "release_id": "ba1b4494-2821-3610-ae81-ab10b0d57710",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}