Information about plays

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

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

{
    "id": 377740,
    "uri": "https://api.kexp.org/v2/plays/377740/?format=api",
    "airdate": "2019-09-07T00:31:00-07:00",
    "show": 6283,
    "show_uri": "https://api.kexp.org/v2/shows/6283/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "DJ Logic Please Forgive Me",
    "track_id": "b241367d-3e04-4f63-a20b-6d2b835f77c7",
    "recording_id": null,
    "artist": "Logic1000",
    "artist_ids": [],
    "album": "Logic1000",
    "release_id": "b256c462-3177-4ea2-9f5e-8b94250557bf",
    "release_group_id": null,
    "labels": [
        "Sumac"
    ],
    "label_ids": [
        "a937413b-307c-4479-85e3-263212136f0f"
    ],
    "release_date": "2018-12-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://sumactrac.bandcamp.com/album/logic1000",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}