Information about plays

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

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

{
    "id": 370512,
    "uri": "https://api.kexp.org/v2/plays/370512/?format=api",
    "airdate": "2019-08-21T17:51:29-07:00",
    "show": 6173,
    "show_uri": "https://api.kexp.org/v2/shows/6173/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "jane, don't you know me?",
    "track_id": "b4deba10-748e-4e79-b507-2207214d7ee7",
    "recording_id": null,
    "artist": "Elvis Depressedly",
    "artist_ids": [
        "531f2c87-9442-4c89-843c-56313dc58ed7"
    ],
    "album": "Depressedelica",
    "release_id": "458887fa-02b1-486c-9b12-bbc62d4f7f6a",
    "release_group_id": null,
    "labels": [
        "Run for Cover Records"
    ],
    "label_ids": [
        "9c5c93da-b877-4c50-9ae8-7c6aaaf32e51"
    ],
    "release_date": "2019-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The new album will be out October 4th.  https://elvisdepressedly.bandcamp.com/album/depressedelica-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}