Information about plays

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

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

{
    "id": 348970,
    "uri": "https://api.kexp.org/v2/plays/348970/?format=api",
    "airdate": "2019-07-02T08:41:45-07:00",
    "show": 5816,
    "show_uri": "https://api.kexp.org/v2/shows/5816/?format=api",
    "image_uri": "http://coverartarchive.org/release/e461c1b4-4eb5-46c2-8eb1-1b29e1befdf4/8220108932-250.jpg",
    "thumbnail_uri": "",
    "song": "Birds Don't Sing",
    "track_id": "31be62f8-9f09-4b3d-a875-e24c527ff0b9",
    "recording_id": null,
    "artist": "TV Girl",
    "artist_ids": [
        "38f0c7ac-46eb-49ca-b3ab-c785ccd05a60"
    ],
    "album": "French Exit",
    "release_id": "e461c1b4-4eb5-46c2-8eb1-1b29e1befdf4",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2014-06-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's TV Girl's bandcamp: https://tvgirl.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}