Information about plays

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

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

{
    "id": 377705,
    "uri": "https://api.kexp.org/v2/plays/377705/?format=api",
    "airdate": "2019-09-06T22:34:00-07:00",
    "show": 6283,
    "show_uri": "https://api.kexp.org/v2/shows/6283/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Just Because",
    "track_id": "4435dc84-63eb-3fa0-a74c-3bc442466164",
    "recording_id": null,
    "artist": "J*Davey",
    "artist_ids": [],
    "album": "The Land of the Lost (EPisode)",
    "release_id": "e32d97f8-ee2b-4488-aaa0-92c705513928",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2007-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}