Information about plays

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

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

{
    "id": 370231,
    "uri": "https://api.kexp.org/v2/plays/370231/?format=api",
    "airdate": "2019-08-21T03:21:18-07:00",
    "show": 6170,
    "show_uri": "https://api.kexp.org/v2/shows/6170/?format=api",
    "image_uri": "http://coverartarchive.org/release/50f2af56-02dc-401e-ab04-c3b8a58cb4a9/20906896610-250.jpg",
    "thumbnail_uri": "",
    "song": "Hoppípolla",
    "track_id": "2c9f4045-5523-31e1-a351-3967eeba655c",
    "recording_id": null,
    "artist": "Sigur Rós",
    "artist_ids": [
        "f6f2326f-6b25-4170-b89d-e235b25508e8"
    ],
    "album": "We Bought a Zoo",
    "release_id": "50f2af56-02dc-401e-ab04-c3b8a58cb4a9",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2011-12-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}