Information about plays

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

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

{
    "id": 376868,
    "uri": "https://api.kexp.org/v2/plays/376868/?format=api",
    "airdate": "2019-09-05T04:43:05-07:00",
    "show": 6271,
    "show_uri": "https://api.kexp.org/v2/shows/6271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Human",
    "track_id": "9e2c8327-aa33-4afa-9217-e047a08b88a8",
    "recording_id": null,
    "artist": "NAVVI",
    "artist_ids": [
        "b2595e56-5e19-43e1-8e6a-3e27fc7f7476"
    ],
    "album": "25O2",
    "release_id": "ad0b687d-02d0-453a-b68f-b57058d59408",
    "release_group_id": null,
    "labels": [
        "Hush Hush"
    ],
    "label_ids": [
        "e16ca8cb-0b05-4457-82ea-dc89913c0c86"
    ],
    "release_date": "2019-08-30",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Friday, October 18th at Nectar with IG88 and Lusine! - https://navvi.bandcamp.com/album/25o2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}