Information about plays

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

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

{
    "id": 354902,
    "uri": "https://api.kexp.org/v2/plays/354902/?format=api",
    "airdate": "2019-07-16T02:37:57-07:00",
    "show": 5918,
    "show_uri": "https://api.kexp.org/v2/shows/5918/?format=api",
    "image_uri": "http://coverartarchive.org/release/cc5cb86a-73e4-4d52-a6c1-56fefc3a7115/23455765774-250.jpg",
    "thumbnail_uri": "",
    "song": "Call Me Snowflake",
    "track_id": "8907823e-72c7-4fc1-8e53-423beb87bf37",
    "recording_id": null,
    "artist": "Middle Kids",
    "artist_ids": [
        "2c02eece-9832-4850-9150-b0e269f65d8b"
    ],
    "album": "New Songs for Old Problems",
    "release_id": "cc5cb86a-73e4-4d52-a6c1-56fefc3a7115",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2019-05-24",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}