Information about plays

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

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

{
    "id": 346470,
    "uri": "https://api.kexp.org/v2/plays/346470/?format=api",
    "airdate": "2019-06-26T13:11:50-07:00",
    "show": 5774,
    "show_uri": "https://api.kexp.org/v2/shows/5774/?format=api",
    "image_uri": "http://coverartarchive.org/release/1b11c7eb-6774-48fb-996f-c6ffac37c993/19137719565-250.jpg",
    "thumbnail_uri": "",
    "song": "Moon River",
    "track_id": "d00083b0-2043-45b3-a3fe-753754067e3a",
    "recording_id": null,
    "artist": "Frank Ocean",
    "artist_ids": [
        "e520459c-dff4-491d-a6e4-c97be35e0044"
    ],
    "album": "Moon River",
    "release_id": "1b11c7eb-6774-48fb-996f-c6ffac37c993",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}