Information about plays

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

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

{
    "id": 377839,
    "uri": "https://api.kexp.org/v2/plays/377839/?format=api",
    "airdate": "2019-09-07T05:32:19-07:00",
    "show": 6284,
    "show_uri": "https://api.kexp.org/v2/shows/6284/?format=api",
    "image_uri": "http://coverartarchive.org/release/8294645a-f996-44b6-9060-7f189b9f59f3/14420632959-250.jpg",
    "thumbnail_uri": "",
    "song": "Pink + White",
    "track_id": "64f06f81-bf7c-4bf9-833b-ceb2b1e8c38f",
    "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"
}