Information about plays

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

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

{
    "id": 352122,
    "uri": "https://api.kexp.org/v2/plays/352122/?format=api",
    "airdate": "2019-07-09T13:34:56-07:00",
    "show": 5868,
    "show_uri": "https://api.kexp.org/v2/shows/5868/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "How Can You Swallow So Much Sleep",
    "track_id": "15f6a8f7-11bb-3ffc-8a1e-31151a30a800",
    "recording_id": null,
    "artist": "Bombay Bicycle Club",
    "artist_ids": [
        "0ae49abe-d6af-44fa-8ab0-b9ace5690e6f"
    ],
    "album": "A Different Kind of Fix",
    "release_id": "92c14bfe-0670-41ca-a4a6-0b277e0297f7",
    "release_group_id": null,
    "labels": [
        "mmm... Records"
    ],
    "label_ids": [
        "4d191393-7d67-4366-98a2-aa4140f26662"
    ],
    "release_date": "2011-09-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}