Information about plays

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

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

{
    "id": 354078,
    "uri": "https://api.kexp.org/v2/plays/354078/?format=api",
    "airdate": "2019-07-14T01:05:00-07:00",
    "show": 5902,
    "show_uri": "https://api.kexp.org/v2/shows/5902/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hades",
    "track_id": null,
    "recording_id": null,
    "artist": "Bathory",
    "artist_ids": [
        "d292b4cd-37bd-4a88-a823-8710f273cc31"
    ],
    "album": "Bathory",
    "release_id": "3d1add9b-bb92-4135-b6f8-d0594b6d39aa",
    "release_group_id": null,
    "labels": [
        "Black Mark"
    ],
    "label_ids": [],
    "release_date": "1984-10-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Quorthon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}