Information about plays

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

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

{
    "id": 351534,
    "uri": "https://api.kexp.org/v2/plays/351534/?format=api",
    "airdate": "2019-07-08T02:58:56-07:00",
    "show": 5859,
    "show_uri": "https://api.kexp.org/v2/shows/5859/?format=api",
    "image_uri": "http://coverartarchive.org/release/8294645a-f996-44b6-9060-7f189b9f59f3/14420632959-250.jpg",
    "thumbnail_uri": "",
    "song": "Ivy",
    "track_id": "74766827-9fea-4148-80e7-93d2db425f42",
    "recording_id": null,
    "artist": "Frank Ocean",
    "artist_ids": [
        "e520459c-dff4-491d-a6e4-c97be35e0044"
    ],
    "album": "Blonde",
    "release_id": "8294645a-f996-44b6-9060-7f189b9f59f3",
    "release_group_id": null,
    "labels": [
        "Boys Don't Cry"
    ],
    "label_ids": [
        "bec12346-21b4-4116-90ba-c222ce431967"
    ],
    "release_date": "2016-08-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}